Skip to content

Commit

Permalink
[Teacher][Student] Version buuuumps (#1076)
Browse files Browse the repository at this point in the history
  • Loading branch information
TrevorNeedham authored Oct 22, 2020
1 parent 42185d8 commit 3a9b826
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions apps/student/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ android {
applicationId "com.instructure.candroid"
minSdkVersion Versions.MIN_SDK
targetSdkVersion Versions.TARGET_SDK
versionCode = 221
versionName = '6.9.2'
versionCode = 222
versionName = '6.9.3'

vectorDrawables.useSupportLibrary = true
multiDexEnabled = true
Expand Down
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 = 35
versionName = '1.11.3'
versionCode = 36
versionName = '1.11.4'
vectorDrawables.useSupportLibrary = true
multiDexEnabled true
testInstrumentationRunner 'com.instructure.canvas.espresso.CanvasRunner'
Expand Down

0 comments on commit 3a9b826

Please sign in to comment.