Skip to content

Commit

Permalink
Merge pull request #241 from NUmeroAndDev/release_9.0.1
Browse files Browse the repository at this point in the history
Release 9.0.1
  • Loading branch information
NUmeroAndDev authored Sep 14, 2019
2 parents e237928 + 2855a6a commit 295a036
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 @@ -23,7 +23,7 @@ ext {

def appVersionMajor = 9
def appVersionMinor = 0
def appVersionPatch = 0
def appVersionPatch = 1
def appVersionBuild = 0

appVersionCode = appVersionMajor * 100000 + appVersionMinor * 10000 + appVersionPatch * 1000 + suffix.code * 100 + appVersionBuild
Expand Down

0 comments on commit 295a036

Please sign in to comment.