Skip to content

Commit ee2ccd0

Browse files
committed
upgrade versionCode
1 parent abc7ab2 commit ee2ccd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ android {
2020
applicationId "com.hazz.kotlinmvp"
2121
minSdkVersion rootProject.ext.android.minSdkVersion
2222
targetSdkVersion rootProject.ext.android.targetSdkVersion
23-
versionCode 2
24-
versionName "1.1"
23+
versionCode 3
24+
versionName "1.2"
2525
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
2626
javaCompileOptions {
2727
annotationProcessorOptions {

0 commit comments

Comments
 (0)