Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
theothernt committed Feb 22, 2022
1 parent 4e6293e commit 736cbb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
applicationId "com.neilturner.aerialviews"
minSdkVersion 23
targetSdkVersion 31
versionCode 2 // Will be incremented automatically on release
versionCode 3 // Will be incremented automatically on release
versionName "1.1"

manifestPlaceholders.analyticsCollectionEnabled = false
Expand Down Expand Up @@ -80,7 +80,7 @@ android {
}
create("beta") {
dimension = "version"
versionNameSuffix = "-beta2"
versionNameSuffix = "-beta1"
}
create("googleplay") {
dimension = "version"
Expand Down

0 comments on commit 736cbb5

Please sign in to comment.