Skip to content

Commit

Permalink
prepare for release of 0.9.3-beta
Browse files Browse the repository at this point in the history
The apk published on Google Play Store uses 0.9.2 versionCode
while it is actually 0.9.1-SNAPSHOT

Let's bump version

Signed-off-by: Syrone Wong <[email protected]>
  • Loading branch information
wongsyrone committed Apr 28, 2020
1 parent d119903 commit 8ff0994
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 @@ -2,9 +2,9 @@ apply plugin: 'com.android.application'

ext.versionMajor = 0
ext.versionMinor = 9
ext.versionPatch = 2
ext.versionPatch = 3
ext.versionClassifier = "beta" // or null
ext.isSnapshot = true // set to false when publishing new releases
ext.isSnapshot = false // set to false when publishing new releases
ext.minimumSdkVersion = 21
ext.targetSdkVersion = 28

Expand Down

0 comments on commit 8ff0994

Please sign in to comment.