1

I am trying to publish a Codename One app bundle in play store and I cant because they are giving me this error.

"The developer of Maps SDK for Android (com.google.android.gms:play-services-maps) has reported version 12.0.1 as outdated. After 90 days from releasing this version of your app, you won't be able to release new versions which contain this SDK until you upgrade to a newer version (17.0.0+)."

I have checked some other apps that I had already published into the Play Console and found this message.

"The SDK developer com.google.android.gms has reported play-services-maps:12.0.1 as outdated. If you do not upgrade to a newer version, you may not be able to release future versions of your app with this SDK."enter image description here

2
  • Is this a server build or a local build? Might be related to this
    – Eric
    Commented Nov 22, 2023 at 6:26
  • I'm sorry, I missed this issue somehow. I guess it wasn't tagged with codenameone initially. This is discussed here. The gist is to just add the build hint android.useGradle8=true.
    – Shai Almog
    Commented Dec 27, 2023 at 2:10

1 Answer 1

0

The error says you need to update the Maps SDK. You can try using the latest version before uploading the build to PlayConsole. You can refer the below URl for the latest version.

https://developers.google.com/maps/documentation/android-sdk/start#console_1

Not the answer you're looking for? Browse other questions tagged or ask your own question.