increased version code

This commit is contained in:
Daniel Gultsch 2015-10-02 11:40:51 +02:00
parent 4b62bd256d
commit 9bb8683048
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 21
versionCode 97
versionCode 98
versionName "1.6.11"
project.ext.set(archivesBaseName, archivesBaseName + "-" + versionName);
}