From ea244395742d61b8b951552636d52105c04f556a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arda=20=C3=87ebi?= Date: Thu, 3 May 2018 23:16:52 +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 40e39cc..f975f2b 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ You can also have a linear determinate progress mode if you don't like the anima You can copy the ProgressWheel.java (in the library module) and the attrs.xml content into your project. Or you can get the binaries from Maven central by adding in your build.gradle dependencies: -```compile 'com.pnikosis:materialish-progress:1.7'``` +```implementation 'com.pnikosis:materialish-progress:1.7'``` ## Usage