Skip to content

Commit 48b4aef

Browse files
committed
feat(): update package
1 parent 966ab60 commit 48b4aef

File tree

6 files changed

+33528
-11400
lines changed

6 files changed

+33528
-11400
lines changed

CapacitorCommunityAdmob.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'
1919
end

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
8181
tasks.withType(Test) {
8282
useJUnitPlatform()
83-
}
83+
}

0 commit comments

Comments
 (0)