Release v3.3.3

This commit is contained in:
Alexander Bakker 2025-01-02 22:08:00 +01:00
parent 1fb36b0578
commit 81a26ccad8
2 changed files with 9 additions and 2 deletions

View file

@ -28,8 +28,8 @@ android {
applicationId "${packageName}"
minSdkVersion 21
targetSdkVersion 35
versionCode 75
versionName "3.3.2"
versionCode 76
versionName "3.3.3"
multiDexEnabled true
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""