We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0c1e0f commit c39e6beCopy full SHA for c39e6be
README.md
@@ -12,7 +12,7 @@ Available from API 14.
12
13
#####1. Add the following to your build.gradle:
14
```groovy
15
-compile 'com.github.rubensousa:floatingtoolbar:1.3.0'
+compile 'com.github.rubensousa:floatingtoolbar:1.3.1'
16
```
17
#####2. Add FloatingToolbar as a direct child of CoordinatorLayout and before the FloatingActionButton:
18
```xml
gradle.properties
@@ -17,7 +17,7 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
19
GROUP=com.github.rubensousa
20
-VERSION_NAME=1.3.0
+VERSION_NAME=1.3.1
21
22
POM_ARTIFACT_ID=floatingtoolbar
23
POM_NAME=FloatingToolbar
0 commit comments