Skip to content

Commit

Permalink
[Teacher][RC-1.11.3] Bump version code #1056
Browse files Browse the repository at this point in the history
  • Loading branch information
tamaskozmer authored Oct 14, 2020
1 parent e05e3c8 commit 6cd8786
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/teacher/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ android {
defaultConfig {
minSdkVersion Versions.MIN_SDK
targetSdkVersion Versions.TARGET_SDK
versionCode = 34
versionName = '1.11.2'
versionCode = 35
versionName = '1.11.3'
vectorDrawables.useSupportLibrary = true
multiDexEnabled true
testInstrumentationRunner 'com.instructure.canvas.espresso.CanvasRunner'
Expand Down

0 comments on commit 6cd8786

Please sign in to comment.