increase version number

- support tag
- bugs fixs
This commit is contained in:
houxg
2016-12-01 11:37:31 +08:00
parent 0bf08b087a
commit 6376f40a7d

View File

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