Skip to content

Commit

Permalink
Gradle compile to implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
britzl committed Jul 11, 2023
1 parent 4375f3f commit bd9f87e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extension-adinfo/manifests/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

dependencies {
// https://developers.google.com/android/guides/setup
compile 'com.google.android.gms:play-services-base:16.0.1'
compile 'com.google.android.gms:play-services-measurement:16.4.0'
implementation 'com.google.android.gms:play-services-base:16.0.1'
implementation 'com.google.android.gms:play-services-measurement:16.4.0'
}

0 comments on commit bd9f87e

Please sign in to comment.