increase version number

This commit is contained in:
houxg
2016-11-24 16:35:09 +08:00
parent f8f36569c6
commit 6a2c587dd7

View File

@@ -23,8 +23,8 @@ android {
applicationId "org.houxg.leamonax"
minSdkVersion 21
targetSdkVersion 23
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.0.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {