Release 0.9.1

This commit is contained in:
arkon
2020-05-01 21:42:34 -04:00
parent 1ab07d169d
commit 286d2b4cf6
2 changed files with 6 additions and 2 deletions

View File

@@ -38,8 +38,8 @@ android {
minSdkVersion 21
targetSdkVersion 29
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
versionCode 43
versionName "0.9.0"
versionCode 44
versionName "0.9.1"
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""