Skip to content

Commit

Permalink
upgrade versionCode
Browse files Browse the repository at this point in the history
  • Loading branch information
git-xuhao committed Dec 15, 2017
1 parent abc7ab2 commit ee2ccd0
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 @@ -20,8 +20,8 @@ android {
applicationId "com.hazz.kotlinmvp"
minSdkVersion rootProject.ext.android.minSdkVersion
targetSdkVersion rootProject.ext.android.targetSdkVersion
versionCode 2
versionName "1.1"
versionCode 3
versionName "1.2"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
javaCompileOptions {
annotationProcessorOptions {
Expand Down

0 comments on commit ee2ccd0

Please sign in to comment.