From 53e2c7675279fb5dcb00eb6c48e0b3fe565fd78a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arda=20=C3=87ebi?= Date: Thu, 3 May 2018 23:16:55 +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 876aae95..cc03fdae 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Android [floating action button] which reacts on scrolling events. Becomes visib ```groovy dependencies { - compile 'com.melnykov:floatingactionbutton:1.3.0' + implementation 'com.melnykov:floatingactionbutton:1.3.0' } ```