Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
markormesher committed May 25, 2017
1 parent 74fcfbe commit c971732
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ buildscript {
}

def version = new Properties()
version['code'] = 9
version['name'] = '1.2.1'
version['code'] = 10
version['name'] = '1.3.0'

def secrets = getSecrets()

Expand Down
4 changes: 2 additions & 2 deletions fab/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ buildscript {
}

def version = new Properties()
version['code'] = 9
version['name'] = '1.2.1'
version['code'] = 10
version['name'] = '1.3.0'

apply plugin: 'me.tatarka.retrolambda'

Expand Down

0 comments on commit c971732

Please sign in to comment.