Skip to content

Commit

Permalink
Merge pull request #4 from lovoo/master
Browse files Browse the repository at this point in the history
Update to Fyber 7.9.0 from upstream feature branch
  • Loading branch information
leberwurstsaft authored Sep 28, 2021
2 parents bbe4348 + 261308d commit ae46d80
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Fyber/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Changelog
* 7.8.8.0
* 7.9.0.0
* This version of the adapters has been certified with Fyber Marketplace 7.9.0 and MoPub SDK 5.18.0.

* 7.8.8.0
* Added support for DV360 SCAR integration for full screen ads.
* iOS 14.5 and SKAdNetwork 2.2 support - Xcode 12.5+ is not required anymore, 12.4+ required (in contrary to version 7.8.5).
* Changed the SDK frameworks type from “.framework” to “.xcframework”. When integrating manually: “IASDKResources.bundle” is now inside ‘IASDKCore.xcframework’ and should be taken from there.
Expand Down
2 changes: 1 addition & 1 deletion Fyber/FyberAdapterConfiguration.m
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ + (void)initialize {
#pragma mark - MPAdapterConfiguration

- (NSString *)adapterVersion {
return @"7.8.8.0";
return @"7.9.0.0";
}

- (NSString *)biddingToken {
Expand Down

0 comments on commit ae46d80

Please sign in to comment.