Skip to content

Commit

Permalink
Bump version to 1.93
Browse files Browse the repository at this point in the history
  • Loading branch information
VishalNehra committed Jul 14, 2024
1 parent 5eb54f0 commit 9b7ef51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ android {
minSdk 21
targetSdk 33

Integer sudoVersionCode = 33
String versionNameText = "1.92"
Integer sudoVersionCode = 34
String versionNameText = "1.93"

String[] abiFilterList = property("abiFilters").toString().split(';')
Integer minorVersion = 0
Expand Down Expand Up @@ -202,7 +202,7 @@ android {
// track.set("internal")
track.set("production")
userFraction.set(1.0d)
updatePriority.set(2)
updatePriority.set(4)
releaseStatus.set(com.github.triplet.gradle.androidpublisher.ReleaseStatus.COMPLETED)
}
}
Expand Down

0 comments on commit 9b7ef51

Please sign in to comment.