Release v2.1-beta2

This commit is contained in:
Alexander Bakker 2022-11-03 22:50:55 +01:00
parent bee490d091
commit b2a98d9799

View file

@ -27,8 +27,8 @@ android {
applicationId "${packageName}"
minSdkVersion 21
targetSdkVersion 33
versionCode 52
versionName "2.1-beta1"
versionCode 53
versionName "2.1-beta2"
multiDexEnabled true
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""