Skip to content

Commit

Permalink
chore(release): Bump version code and name (#1979)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamareebjamal committed Feb 23, 2019
1 parent 91d50a1 commit a0822e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ android {
applicationId "ai.susi"
minSdkVersion rootConfiguration.minSdkVersion
targetSdkVersion rootConfiguration.targetSdkVersion
versionCode 14
versionName "1.0.13"
versionCode 15
versionName "1.0.14"
vectorDrawables.useSupportLibrary = true
// for unit test
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit a0822e6

Please sign in to comment.