Release 0.5.2

This commit is contained in:
len
2017-04-14 12:46:58 +02:00
parent a26f908370
commit 91cb892c74
3 changed files with 20 additions and 3 deletions

View File

@@ -38,8 +38,8 @@ android {
minSdkVersion 16
targetSdkVersion 25
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
versionCode 21
versionName "0.5.1"
versionCode 22
versionName "0.5.2"
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""