Skip to content

Commit

Permalink
Version 1.32.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MM2-0 committed Jul 22, 2024
1 parent 6718767 commit 8ae5fdf
Show file tree
Hide file tree
Showing 2 changed files with 3 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() ?: 2024071900
versionName = "1.32.0"
versionCode = System.getenv("VERSION_CODE_OVERRIDE")?.toIntOrNull() ?: 2024072200
versionName = "1.32.1"
signingConfig = signingConfigs.getByName("debug")
}

Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/2024072200.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Bug fixes

0 comments on commit 8ae5fdf

Please sign in to comment.