Skip to content

Commit

Permalink
Merge branch 'release-1.3.1' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
markormesher committed May 28, 2017
2 parents bf86585 + 4f6bbb1 commit 2894540
Show file tree
Hide file tree
Showing 4 changed files with 10,822 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'] = 10
version['name'] = '1.3.0'
version['code'] = 11
version['name'] = '1.3.1'

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'] = 10
version['name'] = '1.3.0'
version['code'] = 11
version['name'] = '1.3.1'

apply plugin: 'me.tatarka.retrolambda'

Expand Down
File renamed without changes.
Loading

0 comments on commit 2894540

Please sign in to comment.