From 7ea2e801e8b5403f9c2e62f0e74e8ad815ca93be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arda=20=C3=87ebi?= Date: Thu, 3 May 2018 23:16: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 6c217c7..8ebcf1b 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The lib is available on Maven Central, you can find it with [Gradle, please](htt ``` xml dependencies { - compile 'com.github.traex.rippleeffect:library:1.3' + implementation 'com.github.traex.rippleeffect:library:1.3' } ```