Release v3.3

This commit is contained in:
Alexander Bakker 2024-11-24 16:42:26 +01:00
parent 79ba822ccf
commit 3e3df919b2

View file

@ -28,8 +28,8 @@ android {
applicationId "${packageName}"
minSdkVersion 21
targetSdkVersion 35
versionCode 72
versionName "3.3-beta1"
versionCode 73
versionName "3.3"
multiDexEnabled true
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""