Release v2.1

This commit is contained in:
Alexander Bakker 2022-11-20 16:19:37 +01:00
parent 5ab36d72a4
commit 506d9efab3

View File

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