[SOLVED] Please change the API from 28 to 29!

I am trying to upload an application to the Play Store.
However, if the AIP is not over 29, it is said that uploading is not possible.
It says that the upload is not possible because it is API 28.
Please update!!! Fast!!!

1 Like

Hey there!
I just submitted a fix. Thanks for reporting!
Fix discussion: Update cordova to v9 by arthuro555 · Pull Request #1912 · 4ian/GDevelop · GitHub

1 Like

i See. Thank you. When will it be updated?:thinking::thinking::thinking::grin:

No idea. Usually updates take from one week to a month and the last update just came out.

1 Like

This can take some weeks the main dev is in holidays.

Week?!?!??! Really?!?!?

Yep.

It does look like the online build service is updated already, so you might be safe to use that.

However, if you’re looking to build manually, and feeling adventurous, you should be able to do this on your own install

In Windows:
Browse to %APPDATA%\Programs\gdevelop\resources\GDJS\Runtime\Cordova
Edit Config.XML

Update line #31 from:

<preference name="phonegap-version" value="cli-8.0.0" />

To:

<preference name="phonegap-version" value="cli-9.0.0" />

@arthuro555 correct me if I’m wrong about the above.

No that seems right. If you builded manually before you’ll also need to update the Cordova CLI by using npm install -g cordova

bravo!! I downloaded it again and it was uploaded.!!
Thank you.!!

Hi, Mr Kim, you are right, im facing the same problem.