From 34df0c0abc056446530b0e2cce91c869c1096590 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arda=20=C3=87ebi?= Date: Sat, 5 May 2018 00:19:59 +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 c72675c..c6d7ef3 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ repositories { } dependencies { - compile 'com.github.recruit-lifestyle:WaveSwipeRefreshLayout:1.6' + implementation 'com.github.recruit-lifestyle:WaveSwipeRefreshLayout:1.6' } ```