Skip to content

Commit

Permalink
Release Moloco Adapter 4.3.5 supports SDK 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
samirarassas2 committed Aug 25, 2024
1 parent 6afedbe commit 7691410
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Adapters/Moloco/ISMolocoAdapter/ISMolocoAdapter.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#import <Foundation/Foundation.h>
#import <IronSource/ISBaseAdapter+Internal.h>

static NSString * const MolocoAdapterVersion = @"4.3.4";
static NSString * const MolocoAdapterVersion = @"4.3.5";
static NSString * Githash = @"";

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

target 'ISMolocoAdapter' do
pod 'IronSourceSDK','8.2.0.0'
pod 'MolocoSDKiOS','3.1.1'
pod 'IronSourceSDK','8.3.0.0'
pod 'MolocoSDKiOS','3.1.2'

end

0 comments on commit 7691410

Please sign in to comment.