Skip to content

Commit

Permalink
Fix merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensousa committed Feb 28, 2017
1 parent 5227a6f commit 882a520
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -12,7 +12,7 @@ Available from API 14.

#####1. Add the following to your build.gradle:
```groovy
compile 'com.github.rubensousa:floatingtoolbar:1.4.2'
compile 'com.github.rubensousa:floatingtoolbar:1.4.3'
```
#####2. Add FloatingToolbar as a direct child of CoordinatorLayout and before the FloatingActionButton:
```xml
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -17,7 +17,7 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
GROUP=com.github.rubensousa
VERSION_NAME=1.4.2
VERSION_NAME=1.4.3

POM_ARTIFACT_ID=floatingtoolbar
POM_NAME=FloatingToolbar
Expand Down

0 comments on commit 882a520

Please sign in to comment.