Skip to content

Commit

Permalink
Release 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
J. Doe (https://devcenter.bitrise.io/builds/setting-your-git-credentials-on-build-machines/) committed Jan 3, 2020
1 parent ebec2f9 commit 5d9332c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ If you want to display Teads ads in your iOS application through AdMob mediation

## Features

- [x] Displaying Teads interstitials
- [x] Displaying Teads rewarded ads
- [x] Displaying Teads banners

## Installation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ NS_ASSUME_NONNULL_BEGIN

@property (nonatomic, assign) BOOL enableValidationMode;

@property (nonatomic, strong) NSString *usPrivacy;

/* @deprecated adContainer should not be used from version 4.3.0, this property will be remove in the next major update. There is no need to search for a replacement. The metric associated for this context is no longer helpful on Teads side. */
@property (nonatomic, weak) UIView *adContainer __attribute__((deprecated("adContainer should not be used from version 4.3.0, this property will be remove in the next major update. There is no need to search for a replacement. The metric associated for this context is no longer helpful on Teads side.")));

Expand Down
Binary file modified TeadsAdMobAdapter.framework/Versions/A/TeadsAdMobAdapter
Binary file not shown.

0 comments on commit 5d9332c

Please sign in to comment.