Release v0.12.2

This commit is contained in:
arkon
2021-09-13 15:10:41 -04:00
parent b5d83bdb56
commit 3eec207166
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 = 67
versionName = "0.12.1"
versionCode = 68
versionName = "0.12.2"
buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")
buildConfigField("String", "COMMIT_SHA", "\"${getGitSha()}\"")