diff --git a/README.md b/README.md index 6986479b..62ab4849 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ There are four ways to install Sugar: This is the preferred way. Simply add: ```groovy -compile 'com.github.satyan:sugar:1.5' +implementation 'com.github.satyan:sugar:1.5' ``` to your project dependencies and run `gradle build` or `gradle assemble`.