From 273b9ee5a4b1923f81395b876d87854c4ee3bc29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arda=20=C3=87ebi?= Date: Sun, 6 May 2018 01:19: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 e3d4f97..899f56a 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ Add it to your project If you are working with gradle, add the dependency to your build.gradle file: ```groovy dependencies{ - compile 'com.github.jorgecastilloprz:fillableloaders:1.03@aar' + implementation 'com.github.jorgecastilloprz:fillableloaders:1.03@aar' } ``` if you are working with maven, do it into your pom.xml