Skip to content

Commit

Permalink
Upgraded Android gradle config
Browse files Browse the repository at this point in the history
  • Loading branch information
britzl committed Jul 11, 2023
1 parent 07b64c6 commit ffcebf9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion extension-admob/manifests/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
repositories {
mavenCentral()
}

dependencies {
// https://developers.google.com/admob/android/quick-start#example_app-level_buildgradle_excerpt
compile 'com.google.android.gms:play-services-ads:21.3.0'
implementation 'com.google.android.gms:play-services-ads:21.3.0'
}

0 comments on commit ffcebf9

Please sign in to comment.