Skip to content

Commit

Permalink
Merge branch 'release-2.2.1' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
markormesher committed Mar 13, 2018
2 parents f1af46a + 223e06a commit 2874577
Show file tree
Hide file tree
Showing 3 changed files with 11,003 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ You can try the demo in one of two ways:

### Gradle

compile 'uk.co.markormesher:android-fab:2.2.0'
compile 'uk.co.markormesher:android-fab:2.2.1'

### Maven

<dependency>
<groupId>uk.co.markormesher</groupId>
<artifactId>android-fab</artifactId>
<version>2.2.0</version>
<version>2.2.1</version>
<type>pom</type>
</dependency>

Expand Down
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'] = 16
properties['version_name'] = '2.2.0'
properties['version_code'] = 17
properties['version_name'] = '2.2.1'
return properties
}
Loading

0 comments on commit 2874577

Please sign in to comment.