Skip to content

Commit

Permalink
Version 1.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MM2-0 committed Apr 17, 2023
1 parent edc5350 commit d0d1270
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 = 2023031500
versionName = "1.23.1"
versionCode = 2023041700
versionName = "1.24.0"
signingConfig = signingConfigs.getByName("debug")
}

Expand Down

0 comments on commit d0d1270

Please sign in to comment.