Skip to content

Commit

Permalink
Version 1.32.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MM2-0 committed Jul 24, 2024
1 parent fd50aa1 commit d2b134b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ android {
minSdk = libs.versions.minSdk.get().toInt()
targetSdk = libs.versions.targetSdk.get().toInt()
@SuppressLint("HighAppVersionCode")
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2024072200
versionName = "1.32.1"
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2024072400
versionName = "1.32.2"
signingConfig = signingConfigs.getByName("debug")
}

Expand Down

0 comments on commit d2b134b

Please sign in to comment.