From e5e52b7bf4095ace214932190cef920eedb6f135 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arda=20=C3=87ebi?= Date: Thu, 3 May 2018 23:56:39 +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 b953668..19b4717 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Including in your project FButton Library is pushed to [Maven Central](http://search.maven.org/#search|ga|1|fbutton), so you just need to add the following dependency to your `build.gradle`. dependencies { - compile 'info.hoang8f:fbutton:1.0.5' + implementation 'info.hoang8f:fbutton:1.0.5' }