Skip to content

Commit

Permalink
Merge pull request #324 from NUmeroAndDev/release_2.0.0
Browse files Browse the repository at this point in the history
Release 2.0.0
  • Loading branch information
NUmeroAndDev authored Jan 17, 2021
2 parents 4a7fb51 + 0fbbf4b commit 9d43115
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ enum VersionSuffix {
}

ext {
def appMajor = 1
def appMinor = 6
def appPatch = 3
def appMajor = 2
def appMinor = 0
def appPatch = 0
def appBuild = 0

def suffix = VersionSuffix.PRODUCT
Expand Down

0 comments on commit 9d43115

Please sign in to comment.