Upgrade version code

This commit is contained in:
len 2016-06-09 11:48:07 +02:00
parent 767ee164e6
commit 38c5234e46

View File

@ -38,8 +38,8 @@ android {
minSdkVersion 16
targetSdkVersion 23
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
versionCode 8
versionCode project.findProperty('versionCode')?.toInteger() ?: 8
versionCode 9
versionCode project.findProperty('versionCode')?.toInteger() ?: 9
versionName "0.2.2"
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""