Skip to content

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markormesher committed Feb 9, 2018
1 parent 8a07cf2 commit 50a0f49
Show file tree
Hide file tree
Showing 2 changed files with 11,001 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ static def getSecrets() {
@SuppressWarnings("GroovyUnusedDeclaration")
static def getProps() {
Properties properties = new Properties()
properties['version_code'] = 15
properties['version_name'] = '2.1.0'
properties['version_code'] = 16
properties['version_name'] = '2.2.0'
return properties
}
Loading

0 comments on commit 50a0f49

Please sign in to comment.