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
com.google.android.gms:play-services-ads version 19.8.0 has been reported as problematic by its author and will block publishing of your app to Play Console
#3861
Open
EmanueleCal opened this issue
Jan 7, 2025
· 0 comments
As from the title I get this message in the build.gradle (:app).
Ignoring it and proceeding, lead me to the following message in Google Console:
⚠️ Warning
Google Mobile Ads (GMA) SDK (com.google.android.gms:play-services-ads) has added this note for SDK version 19.8.0:
As of June 30th, 2023, this version is sunset. For more information, please visit https://developers.google.com/admob/android/deprecation.
After 90 days from the release of this version of the app, you will no longer be able to release new versions containing this SDK version in production or open testing.
Learn more about the SDKs in use and make informed decisions with the Google Play SDK Index Go to SDK Index.
⚠️ Warning
Google Mobile Ads (GMA) SDK (com.google.android.gms:play-services-ads-lite) has added this note for SDK version 19.8.0:
As of June 30th, 2023, this version is sunset. For more information, please visit https://developers.google.com/admob/android/deprecation.
After 90 days from the release of this version of the app, you will no longer be able to release new versions containing this SDK version in production or open testing.
Learn more about the SDKs in use and make informed decisions with the Google Play SDK Index Go to SDK Index.
To Reproduce
Steps to reproduce the behavior:
Create an app that use com.google.android.gms:play-services-ads version 19.8.0
Open the source code in Android Studio to get the warning
Ignoring it, build for Android .aab
Publish the app bundle
The text was updated successfully, but these errors were encountered:
As from the title I get this message in the build.gradle (:app).
Ignoring it and proceeding, lead me to the following message in Google Console:
Google Mobile Ads (GMA) SDK (com.google.android.gms:play-services-ads) has added this note for SDK version 19.8.0:
As of June 30th, 2023, this version is sunset. For more information, please visit https://developers.google.com/admob/android/deprecation.
After 90 days from the release of this version of the app, you will no longer be able to release new versions containing this SDK version in production or open testing.
Learn more about the SDKs in use and make informed decisions with the Google Play SDK Index Go to SDK Index.
Google Mobile Ads (GMA) SDK (com.google.android.gms:play-services-ads-lite) has added this note for SDK version 19.8.0:
As of June 30th, 2023, this version is sunset. For more information, please visit https://developers.google.com/admob/android/deprecation.
After 90 days from the release of this version of the app, you will no longer be able to release new versions containing this SDK version in production or open testing.
Learn more about the SDKs in use and make informed decisions with the Google Play SDK Index Go to SDK Index.
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: