A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developers.google.com/admob/android/rel-notes below:

Release Notes | Android | Google for Developers

Version Release Date Notes 24.2.0 2025‑04‑07 24.1.0 2025‑03‑12 24.0.0 2025‑02‑24 This release is a MAJOR version update with several breaking changes. See Migrate to SDK v24 for more information on how to migrate. 23.6.0 2024‑12‑03 23.5.0 2024‑10‑29 23.4.0 2024‑09‑30 23.3.0 2024‑08‑12 23.2.0 2024‑06‑27 23.1.0 2024‑05‑09 23.0.0 2024‑03‑07 This release is a MAJOR version update with several breaking changes. See Migrate to SDK v23 for more information on how to migrate. 22.6.0 2023‑12‑06 22.5.0 2023‑10‑30 22.4.0 2023‑09‑13 22.3.0 2023‑08‑22 22.2.0 2023‑07‑05 22.1.0 2023‑05‑18 22.0.0 2023‑03‑29 This release is a MAJOR version update with several breaking changes. See Migrate to SDK v22 for more information on how to migrate. 21.5.0 2023‑01‑31 21.4.0 2022‑12‑14 21.3.0 2022‑10‑10 21.2.0 2022‑09‑06 21.1.0 2022‑07‑14 21.0.0 2022‑05‑25 This release is a MAJOR version update with several breaking changes. See the Migrate to SDK v21 guide for more information on how to migrate. 20.6.0 2022‑02‑22 20.5.0 2021‑11‑18 20.4.0 2021‑09‑22 This release and all previous versions require an explicit dependency on androidx.work:work-runtime:2.7.0 to fix a bug causing app crashes on Android S with the following stack trace:
Fatal Exception: java.lang.IllegalArgumentException:
com.mycompany.myapp: Targeting S+ (version 10000 and above)
requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be
specified when creating a PendingIntent.
Strongly consider using FLAG_IMMUTABLE, only use FLAG_MUTABLE
if some functionality depends on the PendingIntent being mutable,
e.g. if it needs to be used with inline replies or bubbles.
   at android.app.PendingIntent.checkFlags(PendingIntent.java:386)
   at android.app.PendingIntent.getBroadcastAsUser(PendingIntent.java:657)
   at android.app.PendingIntent.getBroadcast(PendingIntent.java:644)
   at androidx.work.impl.utils.ForceStopRunnable.getPendingIntent(ForceStopRunnable.java:174)
   at androidx.work.impl.utils.ForceStopRunnable.isForceStopped(ForceStopRunnable.java:108)
   at androidx.work.impl.utils.ForceStopRunnable.run(ForceStopRunnable.java:86)
   at androidx.work.impl.utils.SerialExecutor$Task.run(SerialExecutor.java:75)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   at java.lang.Thread.run(Thread.java:920)

To fix this bug, add the following dependencies for the Google Mobile Ads SDK to your module's app-level Gradle file:

dependencies {
  implementation 'com.google.android.gms:play-services-ads:20.4.0'

  // For apps targeting Android 12, add WorkManager dependency.
  constraints {
    implementation('androidx.work:work-runtime:2.7.0') {
      because '''androidx.work:work-runtime:2.1.0 pulled from
      play-services-ads has a bug using PendingIntent without
      FLAG_IMMUTABLE or FLAG_MUTABLE and will fail in Apps
      targeting S+.'''
    }
  }
}
20.3.0 2021‑08‑23 20.2.0 2021‑06‑08 20.1.0 2021‑04‑29 20.0.0 2021‑04‑05 This release is a MAJOR version update with several breaking changes. See the prepare for SDK v20 guide for more information on how to migrate. 19.8.0 2021‑03‑15 19.7.0 2021‑01‑20 19.6.0 2020‑12‑04 19.5.0 2020‑10‑20 19.4.0 2020‑09‑10 19.3.0 2020‑07‑20 Caution: SDK versions 19.3.0 and lower do not support Android 11 (API 30). We recommend using SDK version 19.4.0 or higher if you plan on setting your targetSdkVersion to API 30. 19.2.0 2020‑06‑18 19.1.0 2020‑04‑16 19.0.1 2020‑03‑18 19.0.0 2020‑03‑02 18.3.0 2019‑11‑05 18.2.0 2019‑08‑29 18.1.1 2019‑07‑23 18.1.0 2019‑07‑09 18.0.0 2019‑06‑17 Note: This release is a MAJOR version update and breaking change. 17.2.1 2019‑05‑21 17.2.0 2019‑03‑11 17.1.3 2019‑01‑31 17.1.2 2018‑12‑03 17.1.1 2018‑11‑12 17.1.0 2018‑11‑02 17.0.0 2018‑10‑05 16.0.0 2018‑10‑02 15.0.0 2018‑04‑12 12.0.1 2018‑03‑28 12.0.0 2018‑03‑20 11.8.0 2017‑12‑18 11.6.0 2017‑11‑07 11.4.0 2017‑09‑19 11.2.2 2017‑09‑05 11.2.0 2017‑08‑14 11.0.0 2017‑06‑07 10.2.0 2017‑2‑15 10.0.1 2016‑11‑21 9.8.0 2016‑10‑24 9.6.0 2016‑09‑22 9.4.0 2016‑08‑01 9.2.0 2016‑06‑27 9.0.1 2016‑05‑26 9.0.0 2016‑05‑18 8.4.0 2015‑12‑18 8.3.0 2015‑11‑6 8.1.0 2015‑09‑24 Various bug fixes. 7.8.0 2015‑08‑13 7.5.0 2015‑05‑28 7.3.0 2015‑04‑28 Various bug fixes. 7.0.0 2015‑03‑19 6.5.87 2014‑12‑08 6.1 2014‑10‑08 5.0 2014‑06‑25 4.4 2014‑05‑07 4.3 2014‑03‑17 4.2 2014‑02‑03 Various bug fixes. 4.1 2014‑01‑16 4.0 2013‑10‑31

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.3