Releases: criteo/android-publisher-sdk
Releases · criteo/android-publisher-sdk
v4.8.1
- Fix error on Criteo init
v4.8.0
- Add support of Android 12L (API level 32)
- Bump AdMob to v21.2.0
- Bump minSdkVersion to 19
v4.7.0
- Deprecate API related to MoPub and stop supporting MoPub App Bidding
- Add ability to set Children's Online Privacy Protection Act ("COPPA") flag
- Fix ANR when fetching User Agent from WebView
v4.6.1
v4.6.0
v4.5.0
- Features
- MoPub AppBidding: Add support for VAST Video ads
- GAM AppBidding: Add support for VAST Video ads
- Bug fixes
- If SDK init is called from a worker thread, then GAID is fetched asynchronously in another worker thread to not
block the caller's thread. - Recover from corrupted network sending queue having an element with a huge size that could throw an OOM.
- If SDK init is called from a worker thread, then GAID is fetched asynchronously in another worker thread to not
v4.4.0
v4.3.0
- Breaking changes
- Removed support of Google SDK < v19.7.0 (see https://developers.google.com/admob/android/migration)
- Features
- Added support of Google SDK v20.0.0
- Added support of Android 11 (API level 30)
- Bug fixes
- Reduce log level of network exception from error to info
- Fix infinite
NoSuchMethodException
when Proguard is used with method inlining enabled - Estimate size of in-memory queue and bound its size to avoid potential OOM