From bb123403e1c1840976ad30caec623e64ea0c1060 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arda=20=C3=87ebi?= Date: Tue, 24 Apr 2018 19:04:04 +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 6986479b..62ab4849 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ There are four ways to install Sugar: This is the preferred way. Simply add: ```groovy -compile 'com.github.satyan:sugar:1.5' +implementation 'com.github.satyan:sugar:1.5' ``` to your project dependencies and run `gradle build` or `gradle assemble`.