diff --git a/README.md b/README.md index 5972c0d4..59a7009e 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Adding to your project You should add this to your dependencies: ```groovy -implement 'io.nlopez.smartlocation:library:3.3.3' +implementation 'io.nlopez.smartlocation:library:3.3.3' ``` Google Play Services compatible version: 11.4.2 @@ -21,7 +21,7 @@ Google Play Services compatible version: 11.4.2 If you want the rxjava wrappers, these are now in a separate dependency. Just add this new dependency as well: ```groovy -implement 'io.nlopez.smartlocation:rx:3.3.3' +implementation 'io.nlopez.smartlocation:rx:3.3.3' ``` If you got any problem compiling, please check the Common Issues section at the bottom of this document.