From d32fa136659dc8971a0f079ace9bd4d2d58b6056 Mon Sep 17 00:00:00 2001 From: Dmitry Tarianyk Date: Sun, 21 Jun 2015 15:42:08 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5393832..50131ac 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Watch a short **[Demo Video](https://youtu.be/XngUY3PN1IQ)** on YouTube or try i Add a dependency to your `build.gradle`: ``` dependencies { - compile 'com.github.clans:fab:1.5.0' + compile 'com.github.clans:fab:1.5.1' } ``` Add the `com.github.clans.fab.FloatingActionButton` to your layout XML file.