Bump version numbers for 1.0.1 release.

This commit is contained in:
akwizgran
2018-04-30 18:05:57 +01:00
parent 77461619f0
commit 1833efa51b
2 changed files with 4 additions and 4 deletions

View File

@@ -14,8 +14,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 26
versionCode 10000
versionName "1.0.0"
versionCode 10001
versionName "1.0.1"
consumerProguardFiles 'proguard-rules.txt'
}