Release v0.6.7

This commit is contained in:
inorichi
2018-01-09 20:42:44 +01:00
parent 6d3cc16ab1
commit 634356e72f
2 changed files with 13 additions and 2 deletions

View File

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