Skip to content

Commit

Permalink
Migrate from compile to implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneFerrari authored Jun 23, 2022
1 parent a91d2aa commit 178a00d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions android-reactive-location/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 178a00d

Please sign in to comment.