Skip to content

Commit

Permalink
Release BidMachine Adapter 4.3.10 supports SDK 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samirarassas2 committed Aug 7, 2024
1 parent 34b3a53 commit 2f4519c
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 @@ -7,7 +7,7 @@

#import <IronSource/ISBaseAdapter+Internal.h>

static NSString * const BidMachineAdapterVersion = @"4.3.9";
static NSString * const BidMachineAdapterVersion = @"4.3.10";
static NSString * Githash = @"";

//No System Frameworks For BidMachine Adapter are required
Expand Down
4 changes: 2 additions & 2 deletions Adapters/BidMachine/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
platform :ios, '12.0'

target 'ISBidMachineAdapter' do
pod 'IronSourceSDK','8.1.0.0'
pod 'BidMachine','2.7.0'
pod 'IronSourceSDK','8.2.0.0'
pod 'BidMachine','3.0.0'

end

0 comments on commit 2f4519c

Please sign in to comment.