Skip to content

Commit

Permalink
Version 1.33.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MM2-0 committed Sep 3, 2024
1 parent 8899dd2 commit a868fe3
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() ?: 2024081700
versionName = "1.33.0"
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2024090300
versionName = "1.33.1"
signingConfig = signingConfigs.getByName("debug")
}

Expand Down

0 comments on commit a868fe3

Please sign in to comment.