Release 0.6.1

This commit is contained in:
len
2017-07-08 19:01:49 +02:00
parent 1129dacdfa
commit 1568ac9e8a
2 changed files with 6 additions and 2 deletions

View File

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