Mintegral/7.4.7.0.0
This commit is contained in:
Родитель
6c6d823296
Коммит
73171548d2
|
@ -2,7 +2,7 @@ Pod::Spec.new do |s|
|
|||
|
||||
s.authors = 'AppLovin Corporation'
|
||||
s.name = 'AppLovinMediationMintegralAdapter'
|
||||
s.version = '7.4.6.0.0'
|
||||
s.version = '7.4.7.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.4.6'
|
||||
s.dependency 'MintegralAdSDK/BidSplashAd', '= 7.4.6'
|
||||
s.dependency 'MintegralAdSDK', '= 7.4.7'
|
||||
s.dependency 'MintegralAdSDK/BidSplashAd', '= 7.4.7'
|
||||
|
||||
s.dependency 'AppLovinSDK'
|
||||
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
# Changelog
|
||||
|
||||
## 7.4.7.0.0
|
||||
* Certified with Mintegral SDK 7.4.7.
|
||||
|
||||
## 7.4.6.0.0
|
||||
* Certified with Mintegral SDK 7.4.6.
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
#import <MTGSDKBanner/MTGBannerAdViewDelegate.h>
|
||||
#import <MTGSDKSplash/MTGSplashAD.h>
|
||||
|
||||
#define ADAPTER_VERSION @"7.4.6.0.0"
|
||||
#define ADAPTER_VERSION @"7.4.7.0.0"
|
||||
|
||||
// List of Mintegral error codes not defined in API, but in their docs
|
||||
//
|
||||
|
|
Загрузка…
Ссылка в новой задаче