Skip to content

Commit

Permalink
Version 1.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MM2-0 committed Apr 23, 2023
1 parent 87769ea commit e17c8d0
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 @@ -27,8 +27,8 @@ android {
minSdk = sdk.versions.minSdk.get().toInt()
targetSdk = sdk.versions.targetSdk.get().toInt()
@SuppressLint("HighAppVersionCode")
versionCode = 2023041800
versionName = "1.24.1"
versionCode = 2023042300
versionName = "1.24.2"
signingConfig = signingConfigs.getByName("debug")
}

Expand Down

0 comments on commit e17c8d0

Please sign in to comment.