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 5c796ed commit 9483a33Copy full SHA for 9483a33
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.4.3'
+compile 'com.github.rubensousa:floatingtoolbar:1.4.4'
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.4.3
+VERSION_NAME=1.4.4
21
22
POM_ARTIFACT_ID=floatingtoolbar
23
POM_NAME=FloatingToolbar
0 commit comments