From dc4cc3782b7f2d3b31f901f5855932a54b472c18 Mon Sep 17 00:00:00 2001 From: Dmytro Tarianyk Date: Sun, 22 Nov 2015 13:44:32 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 129bc38..3e18bc0 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,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.6.1' + compile 'com.github.clans:fab:1.6.2' } ``` Add the `com.github.clans.fab.FloatingActionButton` to your layout XML file.