From 331fceaa0a4823b6cabd3225c9cff27fb2dbf535 Mon Sep 17 00:00:00 2001 From: Miro Date: Fri, 5 Jul 2019 06:06:22 +0200 Subject: [PATCH] Update README.md You should use implementation instead of compile. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 348a865..3a5da64 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,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.