Skip to content

Commit

Permalink
Update app version
Browse files Browse the repository at this point in the history
  • Loading branch information
solkin committed Sep 20, 2024
1 parent 3a652ca commit 42f7911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ android {
//noinspection ExpiredTargetSdkVersion
targetSdkVersion 28
versionCode = project.hasProperty("versionCode") ? Integer.parseInt(project.versionCode) : 1000
versionName = "15.0"
versionName = "16.0"
manifestPlaceholders = [
APPCENTER_APP_ID: "c8564e90-1f35-4fcc-9858-e6ad5b1594f9"
]
Expand Down

0 comments on commit 42f7911

Please sign in to comment.