Skip to content

Commit 9483a33

Browse files
committed
Bump to 1.4.4
1 parent 5c796ed commit 9483a33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Available from API 14.
1212

1313
#####1. Add the following to your build.gradle:
1414
```groovy
15-
compile 'com.github.rubensousa:floatingtoolbar:1.4.3'
15+
compile 'com.github.rubensousa:floatingtoolbar:1.4.4'
1616
```
1717
#####2. Add FloatingToolbar as a direct child of CoordinatorLayout and before the FloatingActionButton:
1818
```xml

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1818
# org.gradle.parallel=true
1919
GROUP=com.github.rubensousa
20-
VERSION_NAME=1.4.3
20+
VERSION_NAME=1.4.4
2121

2222
POM_ARTIFACT_ID=floatingtoolbar
2323
POM_NAME=FloatingToolbar

0 commit comments

Comments
 (0)