From e663c1eb525fd7aff5a9d0ed435e6972a9f9eb8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arda=20=C3=87ebi?= Date: Sun, 6 May 2018 01:10:27 +0300 Subject: [PATCH] Replacement of "compile" with "implementation" As "compile" is going to be deprecated end-2018, this PR replaces with "implementation" that is the new usage. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b287e3c..c8eaf40 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Grab the AAR from Maven Central by adding it as a dependency in your **build.gra ```groovy dependencies { - compile 'com.oguzdev:CircularFloatingActionMenu:1.0.2' + implementation 'com.oguzdev:CircularFloatingActionMenu:1.0.2' } ``` Alternatively, clone the repo and add `library` as a module to your project.