Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
```

Expand All @@ -229,7 +229,7 @@ following dependency:
</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
------
Expand Down