diff --git a/Mintegral/AppLovinMediationMintegralAdapter.podspec b/Mintegral/AppLovinMediationMintegralAdapter.podspec index 69b56bc3c8..c1e17e1ffd 100644 --- a/Mintegral/AppLovinMediationMintegralAdapter.podspec +++ b/Mintegral/AppLovinMediationMintegralAdapter.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.authors = 'AppLovin Corporation' s.name = 'AppLovinMediationMintegralAdapter' -s.version = '7.2.9.0.1' +s.version = '7.3.0.0.0' s.platform = :ios, '9.0' s.summary = 'Mintegral adapter used for mediation with the AppLovin MAX SDK' s.homepage = "https://github.com/CocoaPods/Specs/search?o=desc&q=#{s.name}&s=indexed" @@ -26,8 +26,8 @@ s.source = s.vendored_frameworks = "#{s.name}-#{s.version}/#{s.name}.xcframework" -s.dependency 'MintegralAdSDK', '= 7.2.9' -s.dependency 'MintegralAdSDK/BidSplashAd', '= 7.2.9' +s.dependency 'MintegralAdSDK', '= 7.3.0' +s.dependency 'MintegralAdSDK/BidSplashAd', '= 7.3.0' s.dependency 'AppLovinSDK' @@ -35,7 +35,8 @@ s.pod_target_xcconfig = { 'VALID_ARCHS' => 'arm64 arm64e armv7 armv7s x86_64', 'VALID_ARCHS[sdk=iphoneos*]' => 'arm64 arm64e armv7 armv7s', - 'VALID_ARCHS[sdk=iphonesimulator*]' => 'arm64 arm64e x86_64' + 'VALID_ARCHS[sdk=iphonesimulator*]' => 'arm64 arm64e x86_64', + 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' } s.description = <<-DESC diff --git a/Mintegral/CHANGELOG.md b/Mintegral/CHANGELOG.md index 12fbda80c7..f4c6bc6ca5 100644 --- a/Mintegral/CHANGELOG.md +++ b/Mintegral/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 7.3.0.0.0 +* Certified with Mintegral SDK 7.3.0. + ## 7.2.9.0.1 * Add COPPA support. diff --git a/Mintegral/MintegralAdapter/ALMintegralMediationAdapter.m b/Mintegral/MintegralAdapter/ALMintegralMediationAdapter.m index 818925b0f5..57ea4c55a8 100644 --- a/Mintegral/MintegralAdapter/ALMintegralMediationAdapter.m +++ b/Mintegral/MintegralAdapter/ALMintegralMediationAdapter.m @@ -15,7 +15,7 @@ #import #import -#define ADAPTER_VERSION @"7.2.9.0.1" +#define ADAPTER_VERSION @"7.3.0.0.0" // List of Mintegral error codes not defined in API, but in their docs //