Skip to content

Commit

Permalink
Increased student version number (#1165)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamaskozmer authored Jan 14, 2021
1 parent c81accb commit e0a4a57
Showing 1 changed file with 2 additions and 2 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 = 224
versionName = '6.9.5'
versionCode = 225
versionName = '6.10.0'

vectorDrawables.useSupportLibrary = true
multiDexEnabled = true
Expand Down

0 comments on commit e0a4a57

Please sign in to comment.