Release 0.8.5

This commit is contained in:
arkon
2020-02-29 16:42:11 -05:00
parent 218313428f
commit 82141cec6e
2 changed files with 27 additions and 2 deletions

View File

@@ -38,8 +38,8 @@ android {
minSdkVersion 16
targetSdkVersion 28
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
versionCode 41
versionName "0.8.4"
versionCode 42
versionName "0.8.5"
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""