From 93954670a8b8eb682eeaddadb07962b5c0ba9d23 Mon Sep 17 00:00:00 2001 From: Zaw Naing Oo <50743187+ZawNaingOo1@users.noreply.github.com> Date: Mon, 18 May 2020 15:25:47 +0630 Subject: [PATCH] Compile is deprecated and so I replace with implementation. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4029be5..89ad6c9 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ buildscript { } } -compile('org.rabbit-converter.rabbit:rabbit:0.0.3') { +implementation('org.rabbit-converter.rabbit:rabbit:0.0.3') { exclude group: 'org.json', module: 'json' } ```