Skip to content

Commit

Permalink
[Teacher][RC 1.8.1] Version and code bump (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
TrevorNeedham authored Jun 27, 2019
1 parent dd9e35b commit 4fb4d4d
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 @@ -44,8 +44,8 @@ android {
defaultConfig {
minSdkVersion Versions.MIN_SDK
targetSdkVersion Versions.TARGET_SDK
versionCode = 20
versionName = '1.8.0'
versionCode = 21
versionName = '1.8.1'
vectorDrawables.useSupportLibrary = true
multiDexEnabled true
testInstrumentationRunner 'com.instructure.canvas.espresso.CanvasRunner'
Expand Down

0 comments on commit 4fb4d4d

Please sign in to comment.