Skip to content

Commit

Permalink
prepare release of 0.9.7-beta
Browse files Browse the repository at this point in the history
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
  • Loading branch information
wongsyrone committed Jul 11, 2020
1 parent f20126b commit f818952
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 = 9
ext.versionPatch = 7
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 f818952

Please sign in to comment.