From d4442328592058d4cdafb945c4f2903fb49def8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arda=20=C3=87ebi?= Date: Sun, 6 May 2018 01:16:09 +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 fb3d79e..aba6388 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Usage Grab it from maven: ```groovy - compile 'com.github.tibolte:elasticdownload:1.0.+' + implementation 'com.github.tibolte:elasticdownload:1.0.+' ````