Release 0.6.2

This commit is contained in:
len
2017-09-09 14:00:21 +02:00
parent e971d40e06
commit d95adf2631
3 changed files with 20 additions and 4 deletions

View File

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