Skip to content

Commit

Permalink
Release 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
markormesher committed Aug 5, 2018
1 parent b836a72 commit a44c42d
Show file tree
Hide file tree
Showing 3 changed files with 18,212 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.2'
compile 'uk.co.markormesher:android-fab:2.3.1'

### Maven

<dependency>
<groupId>uk.co.markormesher</groupId>
<artifactId>android-fab</artifactId>
<version>2.2.2</version>
<version>2.3.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 @@ -41,7 +41,7 @@ static def getSecrets() {
@SuppressWarnings("GroovyUnusedDeclaration")
static def getProps() {
Properties properties = new Properties()
properties['version_code'] = 19
properties['version_name'] = '2.3.0-rc1'
properties['version_code'] = 20
properties['version_name'] = '2.3.1'
return properties
}
Loading

0 comments on commit a44c42d

Please sign in to comment.