You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Updates GMA Android dependency to 21.0.0 and iOS to 9.6.0
Removes credentials from AdapterResponseInfo, which is replaced with adUnitMapping.
Removes serverSideVerificationOptions from RewardedAd.load() and RewardedInterstitialAd.load(), replacing them with setters RewardedAd.setServerSideVerificationOptions() and RewardedInterstitialAd.setServerSideVerificationOptions(). This lets you
update the ssv after the ad is loaded.
Removes static testAdUnitId parameters. See the Admob and AdManager documentation for up to date test ad units.
Removes NativeAdListener.onNativeAdClicked. You should use onAdClicked instead, which present on all ad listeners.