diff --git a/ByteDance/AppLovinMediationByteDanceAdapter.podspec b/ByteDance/AppLovinMediationByteDanceAdapter.podspec index b4a79ba378..e07289fc50 100644 --- a/ByteDance/AppLovinMediationByteDanceAdapter.podspec +++ b/ByteDance/AppLovinMediationByteDanceAdapter.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.authors = 'AppLovin Corporation' s.name = 'AppLovinMediationByteDanceAdapter' -s.version = '5.3.1.0.0' +s.version = '5.3.1.1.0' s.platform = :ios, '10.0' s.summary = 'ByteDance adapter used for mediation with the AppLovin MAX SDK' s.homepage = "https://github.com/CocoaPods/Specs/search?o=desc&q=#{s.name}&s=indexed" @@ -28,7 +28,7 @@ s.source = s.vendored_frameworks = "#{s.name}-#{s.version}/#{s.name}.xcframework" -s.dependency 'Ads-Global/BUAdSDK_Compatible', '= 5.3.1.0' +s.dependency 'Ads-Global/BUAdSDK_Compatible', '= 5.3.1.1' s.dependency 'AppLovinSDK' s.description = <<-DESC diff --git a/ByteDance/ByteDanceAdapter/ALByteDanceMediationAdapter.m b/ByteDance/ByteDanceAdapter/ALByteDanceMediationAdapter.m index d6b97685bd..1be1a0d465 100644 --- a/ByteDance/ByteDanceAdapter/ALByteDanceMediationAdapter.m +++ b/ByteDance/ByteDanceAdapter/ALByteDanceMediationAdapter.m @@ -9,7 +9,7 @@ #import "ALByteDanceMediationAdapter.h" #import -#define ADAPTER_VERSION @"5.3.1.0.0" +#define ADAPTER_VERSION @"5.3.1.1.0" @interface ALByteDanceInterstitialAdDelegate : NSObject @property (nonatomic, weak) ALByteDanceMediationAdapter *parentAdapter; diff --git a/ByteDance/CHANGELOG.md b/ByteDance/CHANGELOG.md index 4097a9cda8..5eff82dbe3 100644 --- a/ByteDance/CHANGELOG.md +++ b/ByteDance/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 5.3.1.1.0 +* Certified with ByteDance SDK 5.3.1.1. +* Updated minimum Xcode requirement to 14.1. + ## 5.3.1.0.0 * Certified with ByteDance SDK 5.3.1.0.