From 630591dd2662d3fae55d7d218b481e42fc1c2a66 Mon Sep 17 00:00:00 2001 From: Ahmad Mustafa Date: Sun, 11 Nov 2018 18:59:08 +0300 Subject: [PATCH] Update Gradle Use ```compile``` statement is not going to work in the end of 2018 ); --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ecfcef..2c2aa55 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Sample APK can be found in **[Releases](https://github.com/Clans/FloatingActionB Add a dependency to your `build.gradle`: ``` dependencies { - compile 'com.github.clans:fab:1.6.4' + implementation 'com.github.clans:fab:1.6.4' } ``` Add the `com.github.clans.fab.FloatingActionButton` to your layout XML file.