Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
sarsamurmu committed Jul 2, 2023
1 parent 9fe2c03 commit c948327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ allprojects {
rootProject.ext {
def major = 3
def minor = 18
def patch = 2
def patch = 3

VersionCode = major * 10000 + minor * 100 + patch
VersionName = "$major.$minor.$patch"
Expand Down

0 comments on commit c948327

Please sign in to comment.