Release 0.2.2

This commit is contained in:
len
2016-06-06 14:43:02 +02:00
parent d1db2d60ec
commit 11262f86f9
4 changed files with 35 additions and 4 deletions

View File

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