Skip to content

Commit

Permalink
prepare to release 0.10.3-beta
Browse files Browse the repository at this point in the history
Signed-off-by: Syrone Wong <[email protected]>
  • Loading branch information
wongsyrone committed Apr 18, 2021
1 parent e9735a4 commit 97bb6fe
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 @@ -4,7 +4,7 @@ ext.versionMajor = 0
ext.versionMinor = 10
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 = 23
ext.targetSdkVersion = 30

Expand Down

0 comments on commit 97bb6fe

Please sign in to comment.