Release v0.7.4

This commit is contained in:
inorichi
2018-05-13 11:56:24 +02:00
parent 9abce0cca3
commit 9d5cf9163a
3 changed files with 25 additions and 62 deletions

View File

@@ -38,8 +38,8 @@ android {
minSdkVersion 16
targetSdkVersion 27
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
versionCode 36
versionName "0.7.3"
versionCode 37
versionName "0.7.4"
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""