From f13868b44c833917201335d0687a22b24dd4e513 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arda=20=C3=87ebi?= Date: Tue, 24 Apr 2018 19:03:58 +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 2e7c9e4de..eb8cafbbf 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ repositories { maven { url "https://oss.sonatype.org/content/repositories/snapshots/" } } -compile 'com.michaelpardo:activeandroid:3.1.0-SNAPSHOT' +implementation 'com.michaelpardo:activeandroid:3.1.0-SNAPSHOT' ``` ## Documentation