Skip to content

Commit

Permalink
Update app version
Browse files Browse the repository at this point in the history
  • Loading branch information
solkin committed May 8, 2022
1 parent 88a6e49 commit 4a82724
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 = "7.1.1"
versionName = "7.5"
manifestPlaceholders = [
APPCENTER_APP_ID: "c8564e90-1f35-4fcc-9858-e6ad5b1594f9"
]
Expand Down

0 comments on commit 4a82724

Please sign in to comment.