From a5036284c0adbd5743756514bb57215a0af349bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arda=20=C3=87ebi?= Date: Sat, 5 May 2018 00:10:44 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 55c53938..b7a95b41 100644 --- a/README.md +++ b/README.md @@ -40,9 +40,9 @@ When I start to make this library, I set some goals: ```groovy dependencies { - compile 'com.android.support:recyclerview-v7:21.0.0' - compile 'com.android.support:support-v4:20.+' - compile "com.daimajia.swipelayout:library:1.2.0@aar" + implementation 'com.android.support:recyclerview-v7:21.0.0' + implementation 'com.android.support:support-v4:20.+' + implementation "com.daimajia.swipelayout:library:1.2.0@aar" } ```