Skip to content

Commit

Permalink
6.2.32
Browse files Browse the repository at this point in the history
  • Loading branch information
courville committed Oct 15, 2023
1 parent ab59f3a commit 889e160
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ static def getFormattedDate() {

ext {
myApplicationId = "org.courville.nova"
myVersionCode = 602031
myVersionName = '6.2.31'
myVersionCode = 602032
myVersionName = '6.2.32'
if (! project.hasProperty("universal")) {
// override versionName and versionCode to get it dependent on the date
myVersionName = myVersionName + "-" + getFormattedDate()
Expand Down

0 comments on commit 889e160

Please sign in to comment.