Skip to content

Commit

Permalink
Release 9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NUmeroAndDev committed Sep 14, 2019
1 parent e237928 commit 2855a6a
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 2855a6a

Please sign in to comment.