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' } ```