From d05fa79227e7520595bd7e9544f6d5d006dc22b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arda=20=C3=87ebi?= Date: Thu, 3 May 2018 23:57:48 +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 6faf40b..d43dd0c 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Using the library is simple, just look at the source code of the provided sample ### build.gradle ``` -compile 'com.github.flavienlaurent.discrollview:library:0.0.2@aar' +implementation 'com.github.flavienlaurent.discrollview:library:0.0.2@aar' ``` ### The main layout