Release v0.12.1

This commit is contained in:
arkon
2021-08-06 17:31:22 -04:00
parent a4eba50cfd
commit 85791a9336
4 changed files with 6 additions and 6 deletions

View File

@ -29,8 +29,8 @@ android {
minSdk = AndroidConfig.minSdk
targetSdk = AndroidConfig.targetSdk
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
versionCode = 66
versionName = "0.12.0"
versionCode = 67
versionName = "0.12.1"
buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")
buildConfigField("String", "COMMIT_SHA", "\"${getGitSha()}\"")