Skip to content

Commit

Permalink
Release AdMob Adapter 4.3.56 supports SDK 11.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samirarassas2 committed Aug 4, 2024
1 parent 5f4c820 commit 955949e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#import <IronSource/ISBaseAdapter+Internal.h>
#import <GoogleMobileAds/GoogleMobileAds.h>

static NSString * const AdMobAdapterVersion = @"4.3.55";
static NSString * const AdMobAdapterVersion = @"4.3.56";
static NSString * Githash = @"";

//System Frameworks For AdMob Adapter
Expand Down
4 changes: 2 additions & 2 deletions Adapters/Google (AdMob and Ad Manager)/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

target 'ISAdMobAdapter' do

pod 'IronSourceSDK' , '8.1.1.0'
pod 'Google-Mobile-Ads-SDK','11.6.0'
pod 'IronSourceSDK' , '8.2.0.0'
pod 'Google-Mobile-Ads-SDK','11.7.0'



Expand Down

0 comments on commit 955949e

Please sign in to comment.