Skip to content

Commit

Permalink
Merge pull request #245 from SecUSo/google-play-version
Browse files Browse the repository at this point in the history
Fix problems with Google Play version
  • Loading branch information
udenr authored Aug 22, 2024
2 parents 4b42773 + 85b90b7 commit 81cbb50
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 @@ -12,8 +12,8 @@ android {
compileSdk 34
targetSdkVersion 34
multiDexEnabled true
versionCode 43
versionName "4.6.1"
versionCode 47
versionName "4.6.3"
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
buildFeatures.dataBinding = true
vectorDrawables.useSupportLibrary = true
Expand Down

0 comments on commit 81cbb50

Please sign in to comment.