Release v3.0-beta1

This commit is contained in:
Alexander Bakker 2024-03-13 17:21:14 +01:00
parent 3d59114230
commit f76d84ef87
2 changed files with 19 additions and 2 deletions

View file

@ -27,8 +27,8 @@ android {
applicationId "${packageName}"
minSdkVersion 21
targetSdkVersion 34
versionCode 62
versionName "2.2.2"
versionCode 63
versionName "3.0-beta1"
multiDexEnabled true
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""