From afda503b1e92fe8e9b502e5bdd3a7e9d77f1fab0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arda=20=C3=87ebi?= Date: Sun, 6 May 2018 01:19:51 +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 ba7da51..9dc9655 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This library provides a *wave loading* animation as a **Drawable**. Add dependency: ``` -compile 'com.race604.waveloading:library:1.1.1' +implementation 'com.race604.waveloading:library:1.1.1' ``` Use in your project with only one line: