From 017277b6aa6b85a2e22f7a2921cb3d106fdda79e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arda=20=C3=87ebi?= Date: Thu, 3 May 2018 23:57: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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 02f12fd..e0de7d9 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ You can either add the library to your application as a library project or add t ```groovy dependencies { - compile 'com.jpardogo.flabbylistview:library:(latest version)' + implementation 'com.jpardogo.flabbylistview:library:(latest version)' } ```