Skip to content

Commit 22a391f

Browse files
committed
upgrade GoogleMobileAdsMediationTeads to 4.7.4
1 parent cf6c84e commit 22a391f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ target 'TeadsDemoApp' do
88
use_frameworks!
99

1010
# Pods for TeadsDemoApp
11-
pod 'GoogleMobileAdsMediationTeads', '4.7.3'
11+
pod 'GoogleMobileAdsMediationTeads', '4.7.4'
1212

1313
end

TeadsDemoApp/Controllers/inRead Top/InReadTopViewController.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,9 @@ class InReadTopViewController: UIViewController, TFAAdDelegate {
5151

5252
public func adError(_ ad: TFAAdView, errorMessage: String) {
5353
}
54+
55+
func didUpdateRatio(_ ad: TFAAdView, ratio: CGFloat) {
56+
resizeTeadsAd(adRatio: ratio)
57+
}
5458

5559
}

0 commit comments

Comments
 (0)