Skip to content

Commit

Permalink
Version 1.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MM2-0 committed Mar 15, 2023
1 parent 971e9d6 commit 47e94d7
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 = 2023031400
versionName = "1.23.0"
versionCode = 2023031500
versionName = "1.23.1"
signingConfig = signingConfigs.getByName("debug")
}

Expand Down

0 comments on commit 47e94d7

Please sign in to comment.