increment version code

This commit is contained in:
Daniel Gultsch 2015-09-10 11:16:53 +02:00
parent 811e2eaeec
commit 15d1623ec6
1 changed files with 1 additions and 1 deletions

View File

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