diff --git a/android-reactive-location/build.gradle b/android-reactive-location/build.gradle index fc254d07..80ff7a42 100644 --- a/android-reactive-location/build.gradle +++ b/android-reactive-location/build.gradle @@ -19,9 +19,9 @@ android { //TODO: local maven deployment dependencies { - compile 'com.google.android.gms:play-services-location:11.0.4' - compile 'com.google.android.gms:play-services-places:11.0.4' - compile 'io.reactivex.rxjava2:rxjava:2.0.5' + implementation 'com.google.android.gms:play-services-location:11.0.4' + implementation 'com.google.android.gms:play-services-places:11.0.4' + implementation 'io.reactivex.rxjava2:rxjava:2.0.5' } // Comment this to deploy to local maven repository