Release 0.6.3

This commit is contained in:
len
2017-09-10 12:29:17 +02:00
parent f3080b6277
commit 0db4fcc27e
2 changed files with 10 additions and 2 deletions

View File

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