ByteDance/5.4.1.0.0
This commit is contained in:
Родитель
9154acdb70
Коммит
02ec4db28e
|
@ -2,7 +2,7 @@ Pod::Spec.new do |s|
|
|||
|
||||
s.authors = 'AppLovin Corporation'
|
||||
s.name = 'AppLovinMediationByteDanceAdapter'
|
||||
s.version = '5.4.0.9.0'
|
||||
s.version = '5.4.1.0.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"
|
||||
|
@ -26,7 +26,7 @@ s.source =
|
|||
|
||||
s.vendored_frameworks = "#{s.name}-#{s.version}/#{s.name}.xcframework"
|
||||
|
||||
s.dependency 'Ads-Global/BUAdSDK_Compatible', '= 5.4.0.9'
|
||||
s.dependency 'Ads-Global/BUAdSDK_Compatible', '= 5.4.1.0'
|
||||
s.dependency 'AppLovinSDK'
|
||||
|
||||
s.description = <<-DESC
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
#import "ALByteDanceMediationAdapter.h"
|
||||
#import <PAGAdSDK/PAGAdSDK.h>
|
||||
|
||||
#define ADAPTER_VERSION @"5.4.0.9.0"
|
||||
#define ADAPTER_VERSION @"5.4.1.0.0"
|
||||
|
||||
@interface ALByteDanceInterstitialAdDelegate : NSObject <PAGLInterstitialAdDelegate>
|
||||
@property (nonatomic, weak) ALByteDanceMediationAdapter *parentAdapter;
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
# Changelog
|
||||
|
||||
## 5.4.1.0.0
|
||||
* Certified with ByteDance SDK 5.4.1.0.
|
||||
|
||||
## 5.4.0.9.0
|
||||
* Certified with ByteDance SDK 5.4.0.9.
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче