Release v0.12.3

This commit is contained in:
arkon
2021-10-04 15:55:06 -04:00
parent 8cfaf8eb51
commit f5b591430c
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 = 68
versionName = "0.12.2"
versionCode = 69
versionName = "0.12.3"
buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")
buildConfigField("String", "COMMIT_SHA", "\"${getGitSha()}\"")