Release v3.3
build / build (push) Canceled after 0s
build / test (push) Canceled after 0s

This commit is contained in:
Alexander Bakker
2024-11-24 16:42:26 +01:00
parent 79ba822ccf
commit 3e3df919b2
+2 -2
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()}\""