Skip to content

Commit

Permalink
ByteDance/4.6.2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins committed Aug 26, 2022
1 parent 220ad26 commit 72a18b3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions ByteDance/AppLovinMediationByteDanceAdapter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ s.authors =
'AppLovin Corporation' => '[email protected]'
}
s.name = 'AppLovinMediationByteDanceAdapter'
s.version = '4.6.1.9.0'
s.version = '4.6.2.2.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"
Expand All @@ -29,8 +29,8 @@ s.source =

s.vendored_frameworks = "#{s.name}-#{s.version}/#{s.name}.xcframework"

s.dependency 'Ads-Global/BUAdSDK', '= 4.6.1.9'
s.dependency 'Ads-Global/Domestic', '= 4.6.1.9'
s.dependency 'Ads-Global/BUAdSDK', '= 4.6.2.2'
s.dependency 'Ads-Global/Domestic', '= 4.6.2.2'
s.dependency 'AppLovinSDK'

s.pod_target_xcconfig =
Expand Down
2 changes: 1 addition & 1 deletion ByteDance/ByteDanceAdapter/ALByteDanceMediationAdapter.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#import "ALByteDanceMediationAdapter.h"
#import <BUAdSDK/BUAdSDK.h>

#define ADAPTER_VERSION @"4.6.1.9.0"
#define ADAPTER_VERSION @"4.6.2.2.0"

@interface ALByteDanceInterstitialAdDelegate : NSObject<BUFullscreenVideoAdDelegate>
@property (nonatomic, weak) ALByteDanceMediationAdapter *parentAdapter;
Expand Down
3 changes: 3 additions & 0 deletions ByteDance/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 4.6.2.2.0
* Certified with ByteDance SDK 4.6.2.2.

## 4.6.1.9.0
* Certified with ByteDance SDK 4.6.1.9.

Expand Down

0 comments on commit 72a18b3

Please sign in to comment.