Skip to content

Commit

Permalink
Release v3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbakker committed Nov 24, 2024
1 parent 79ba822 commit 3e3df91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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()}\""
Expand Down

0 comments on commit 3e3df91

Please sign in to comment.