File tree Expand file tree Collapse file tree 6 files changed +33528
-11400
lines changed
Expand file tree Collapse file tree 6 files changed +33528
-11400
lines changed Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ Pod::Spec.new do |s|
1515 s . swift_version = '5.1'
1616 s . static_framework = true
1717 s . dependency 'Capacitor'
18- s . dependency 'Google-Mobile-Ads-SDK' , '~> 8.0 '
18+ s . dependency 'Google-Mobile-Ads-SDK' , '~> 8.12 '
1919end
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ dependencies {
7070 // androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"
7171 // androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"
7272
73- implementation ' com.google.android.gms:play-services-ads:20.2 .0'
73+ implementation ' com.google.android.gms:play-services-ads:20.5 .0'
7474 implementation ' com.android.support:appcompat-v7:28.0.0'
7575 implementation " androidx.coordinatorlayout:coordinatorlayout:1.1.0"
7676 implementation " androidx.core:core-ktx:1.6.0"
@@ -80,4 +80,4 @@ dependencies {
8080// Allow to run unit test with ./gradlew test
8181tasks. withType(Test ) {
8282 useJUnitPlatform()
83- }
83+ }
You can’t perform that action at this time.
0 commit comments