Skip to content

Releases: criteo/android-publisher-sdk

v4.8.1

06 Oct 06:10
Compare
Choose a tag to compare
  • Fix error on Criteo init

v4.8.0

03 Oct 16:08
Compare
Choose a tag to compare
  • Add support of Android 12L (API level 32)
  • Bump AdMob to v21.2.0
  • Bump minSdkVersion to 19

v4.7.0

29 Aug 14:29
Compare
Choose a tag to compare
  • 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

23 Feb 12:37
Compare
Choose a tag to compare
  • Bump AGP, Gradle and Kotlin version
  • Bump Java Compiler version to 11
  • Continuously test support of Android 11 (API level 30)
  • Add support of Android 12 (API level 31)

v4.6.0

03 Nov 13:44
Compare
Choose a tag to compare
  • Features
    • MoPub AppBidding: Add support for VAST Rewarded video ads
    • GAM AppBidding: Add support for VAST Rewarded video ads

v4.5.0

08 Oct 16:23
Compare
Choose a tag to compare
  • 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.

v4.4.0

10 May 07:51
Compare
Choose a tag to compare
  • Artifacts are now delivered through Maven Central repository instead of JCenter which is deprecated.
  • Handle retro compatibility of AdMob < v19.7.0

v4.3.0

02 Mar 10:11
Compare
Choose a tag to compare
  • Breaking changes
  • 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

v4.2.2

08 Feb 11:32
Compare
Choose a tag to compare
  • Bug fixes
    • Reduce log level of UnknownHostException from error to info

v4.2.1

20 Jan 12:56
Compare
Choose a tag to compare
  • Bug fixes
    • Fix crash when initializing the SDK