From fc1961087b0167a378254a7257fd2f3966b2cd52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arda=20=C3=87ebi?= Date: Sat, 5 May 2018 00:20:19 +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.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 85789e1..61651e4 100644 --- a/README.markdown +++ b/README.markdown @@ -22,7 +22,7 @@ repositories { ~~~ /app/build.gradle ~~~ -compile 'com.github.zzz40500:AndroidSweetSheet:1.1.0' +implementation 'com.github.zzz40500:AndroidSweetSheet:1.1.0' ~~~ ###Usage: