From f26e72245efd86b0f657bab2f659f8de73bf491b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arda=20=C3=87ebi?= Date: Thu, 3 May 2018 23:56:38 +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 fb36602..d8b8939 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ repositories { ... dependencies { - compile 'com.github.markushi:circlebutton:1.1' + implementation 'com.github.markushi:circlebutton:1.1' } ```