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
Updated the GMA iOS SDK dependency version to 13.6.0.
Updated the GMA Android SDK dependency version to 25.4.0.
Updated the GMA Android Next-Gen SDK dependency version to 1.2.1.
Change to threading model of Next-Gen SDK implementation requires MobileAds.Initialize() be called on the main thread when using the Next-Gen Android SDK.
Migrated Objective-C bridge code from static library to dynamic framework.
Added Google Ad Manager App Event and custom layout support for Next-Gen Interstitials and Banners on Android.
Added support for large anchored adaptive banners.
Added AgeRestrictedTreatment configuration to RequestConfiguration.
Deprecated TagForChildDirectedTreatment and TagForUnderAgeOfConsent fields in favor of AgeRestrictedTreatment.
Added androidx.fragment dependency requirements for Android builds.
Prevent garbage collection of Android Bundle keys while making AndroidJNI calls.