diff --git a/README.md b/README.md index ff26634c..39176538 100644 --- a/README.md +++ b/README.md @@ -208,10 +208,10 @@ along with Google Play Services and RxJava. ```groovy dependencies { ... - compile 'pl.charmas.android:android-reactive-location2:2.1@aar' - compile 'com.google.android.gms:play-services-location:11.0.4' //you can use newer GMS version if you need - compile 'com.google.android.gms:play-services-places:11.0.4' - compile 'io.reactivex:rxjava:2.0.5' //you can override RxJava version if you need + implementation 'pl.charmas.android:android-reactive-location2:2.1@aar' + implementation 'com.google.android.gms:play-services-location:11.0.4' //you can use newer GMS version if you need + implementation 'com.google.android.gms:play-services-places:11.0.4' + implementation 'io.reactivex.rxjava2:rxjava:2.0.5' //you can override RxJava2 version if you need } ``` @@ -229,7 +229,7 @@ following dependency: ``` -It may be necessary to add google play services and rxanroid dependency as well. +It may be necessary to add google play services and rxandroid dependency as well. Sample ------