breautek commented on issue #1652: URL: https://github.com/apache/cordova-android/issues/1652#issuecomment-1693286044
> You are correct is the google warning. When I went to the production area, I was able to follow the process and I didn't understand why it didn't let the test open for production using the shortcuts. Ok. Each track does have a release cycle, so you'll have to make sure you deploy an API 33 target update to each track. This doesn't appear to be related to any issues with cordova-android so I'll be closing this issue. I'd suggest using Google Play's documentation and/or support channels if something doesn't appear to be working right with their console. FWIW, I have apps deployed using cordova-android@12 targeting API 33 with no issues in the Google console. Of course if it turns out that there is an actionable issue on Cordova side, then please let us know and I can re-open this ticket. > My project is based on > Installed platforms: > android 8.1.0 > > Will it be ok If the config.xml is modified ( as your mentioned here 33 instead ) > https://github.com/apache/cordova-android/issues/1603#issuecomment-1516811237 > > Or I have to update cordova-android to the latest version? cordova-android@8 is out of support. It might be possible to target and compile for API 33 by updating preference settings and it may just work... if so great, if not, you'll likely be on your own for support (with all due respect). Most volunteers providing support will likely just ask you to upgrade to cordova-android@12 if something isn't working right. Do note that the platform itself doesn't generally have breaking changes when upgrading the target API. It's mostly in feature APIs which are implemented by plugins. So any plugin that is affected by the changes introduced in API 33 will likely declare a requirement on cordova-android@12 for proper API 33 support. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
