diff --git a/MyTarget/AppLovinMediationMyTargetAdapter.podspec b/MyTarget/AppLovinMediationMyTargetAdapter.podspec index 6a3f500..44e1c50 100644 --- a/MyTarget/AppLovinMediationMyTargetAdapter.podspec +++ b/MyTarget/AppLovinMediationMyTargetAdapter.podspec @@ -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 = @@ -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' diff --git a/MyTarget/CHANGELOG.md b/MyTarget/CHANGELOG.md index c9db68d..5e3a814 100644 --- a/MyTarget/CHANGELOG.md +++ b/MyTarget/CHANGELOG.md @@ -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. diff --git a/MyTarget/MyTargetAdapter/ALMyTargetMediationAdapter.m b/MyTarget/MyTargetAdapter/ALMyTargetMediationAdapter.m index 0dcc3da..1302f65 100644 --- a/MyTarget/MyTargetAdapter/ALMyTargetMediationAdapter.m +++ b/MyTarget/MyTargetAdapter/ALMyTargetMediationAdapter.m @@ -9,7 +9,7 @@ #import "ALMyTargetMediationAdapter.h" #import -#define ADAPTER_VERSION @"5.18.0.1" +#define ADAPTER_VERSION @"5.19.0.0" @interface ALMyTargetMediationAdapterInterstitialAdDelegate : NSObject @property (nonatomic, weak) ALMyTargetMediationAdapter *parentAdapter;