Skip to content

Commit

Permalink
Release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markormesher committed Sep 2, 2018
1 parent 39e49ab commit c70f97a
Show file tree
Hide file tree
Showing 3 changed files with 18,421 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -18,14 +18,14 @@ You can try the demo in one of two ways:

### Gradle

implementation 'uk.co.markormesher:android-fab:2.3.1'
implementation 'uk.co.markormesher:android-fab:2.4.0'

### Maven

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

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -41,7 +41,7 @@ static def getSecrets() {
@SuppressWarnings("GroovyUnusedDeclaration")
static def getProps() {
Properties properties = new Properties()
properties['version_code'] = 20
properties['version_name'] = '2.3.1'
properties['version_code'] = 21
properties['version_name'] = '2.4.1'
return properties
}

0 comments on commit c70f97a

Please sign in to comment.