Skip to content

Commit

Permalink
hard code version
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-mullvad committed Sep 27, 2024
1 parent 4e20284 commit 392b232
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ android {
applicationId = "net.mullvad.mullvadvpn"
minSdk = Versions.minSdkVersion
targetSdk = Versions.targetSdkVersion
versionCode = generateVersionCode(localProperties)
versionName = generateVersionName(localProperties)
versionCode = 24050003
versionName = "2024.5-beta3"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

lint {
Expand Down

0 comments on commit 392b232

Please sign in to comment.