Release 0.10.0

This commit is contained in:
arkon
2020-08-01 11:08:49 -04:00
parent c8fa90f473
commit b8a98ef5e4
7 changed files with 8 additions and 8 deletions

View File

@ -40,8 +40,8 @@ android {
minSdkVersion AndroidConfig.minSdk
targetSdkVersion AndroidConfig.targetSdk
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
versionCode 45
versionName "0.9.2"
versionCode 46
versionName "0.10.0"
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""