Skip to content

Commit

Permalink
[Parent][R-2.0.4] Upped version name and code for parent (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
CalvinKern authored Jun 27, 2019
1 parent d3b5e3a commit f7a1134
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/parent/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ android {
applicationId "com.instructure.parentapp"
minSdkVersion Versions.MIN_SDK
targetSdkVersion Versions.TARGET_SDK
versionCode = 20
versionName = "2.0.3"
versionCode = 21
versionName = "2.0.4"

multiDexEnabled = true
testInstrumentationRunner 'com.instructure.canvas.espresso.CanvasRunner'
Expand Down

0 comments on commit f7a1134

Please sign in to comment.