Skip to content

Commit

Permalink
MyTarget/5.16.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins committed Sep 16, 2022
1 parent 81e9edb commit 1cead1c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions MyTarget/AppLovinMediationMyTargetAdapter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ s.authors =
'AppLovin Corporation' => '[email protected]'
}
s.name = 'AppLovinMediationMyTargetAdapter'
s.version = '5.15.2.2'
s.platform = :ios, '9.0'
s.version = '5.16.0.0'
s.platform = :ios, '10.0'
s.summary = 'MyTarget adapter used for mediation with the AppLovin MAX SDK'
s.homepage = "https://github.com/CocoaPods/Specs/search?o=desc&q=#{s.name}&s=indexed"
s.license =
Expand All @@ -29,7 +29,7 @@ s.source =

s.vendored_frameworks = "#{s.name}-#{s.version}/#{s.name}.xcframework"

s.dependency 'myTargetSDK', '= 5.15.2'
s.dependency 'myTargetSDK', '= 5.16.0'
s.dependency 'AppLovinSDK'

s.pod_target_xcconfig =
Expand Down
3 changes: 3 additions & 0 deletions MyTarget/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 5.16.0.0
* Certified with MyTarget SDK 5.16.0.

## 5.15.2.2
* Update privacy settings before collecting signal.

Expand Down
2 changes: 1 addition & 1 deletion MyTarget/MyTargetAdapter/ALMyTargetMediationAdapter.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#import "ALMyTargetMediationAdapter.h"
#import <myTargetSDK/MyTargetSDK.h>

#define ADAPTER_VERSION @"5.15.2.2"
#define ADAPTER_VERSION @"5.16.0.0"

@interface ALMyTargetMediationAdapterInterstitialAdDelegate : NSObject<MTRGInterstitialAdDelegate>
@property (nonatomic, weak) ALMyTargetMediationAdapter *parentAdapter;
Expand Down

0 comments on commit 1cead1c

Please sign in to comment.