Skip to content

Commit

Permalink
MyTarget/5.19.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins committed Aug 1, 2023
1 parent 274336f commit b9c685c
Show file tree
Hide file tree
Showing 3 changed files with 8 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 @@ -2,8 +2,8 @@ Pod::Spec.new do |s|

s.authors = 'AppLovin Corporation'
s.name = 'AppLovinMediationMyTargetAdapter'
s.version = '5.18.0.1'
s.platform = :ios, '10.0'
s.version = '5.19.0.0'
s.platform = :ios, '12.4'
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 @@ -26,7 +26,7 @@ s.source =

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

s.dependency 'myTargetSDK', '= 5.18.0'
s.dependency 'myTargetSDK', '= 5.19.0'
s.dependency 'AppLovinSDK'

s.swift_version = '5.0'
Expand Down
4 changes: 4 additions & 0 deletions MyTarget/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 5.19.0.0
* Certified with MyTarget SDK 5.19.0.
* Updated the minimum required iOS version to 12.4 to match MyTarget SDK.

## 5.18.0.1
* Updated minimum Xcode requirement to 14.1.
* Remove deprecated and unnecessary APIs.
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.18.0.1"
#define ADAPTER_VERSION @"5.19.0.0"

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

0 comments on commit b9c685c

Please sign in to comment.