phil294 opened a new issue #1394: URL: https://github.com/apache/cordova-android/issues/1394
# Bug Report ## Problem [Cordova's latest Android package supports up to Android API Level 29](https://cordova.apache.org/docs/en/10.x/guide/platforms/android/), but [releasing a new app on Google Play Store requires Android API 30+ since August 2021](https://developer.android.com/google/play/requirements/target-sdk). ### What is expected to happen? Perhaps I am misunderstanding something, but I would assume to be able to publish a Cordova-created app on Google Play. This seems to be entirely impossible?? ### What does actually happen? When uploading the bundle for an internal testing release, the file is rejected with Your app currently targets API level 29 and must target at least API level 30 ## Information <!-- Include all relevant information that might help understand and reproduce the problem --> It seems this can be bypassed by doing e.g. ```xml <preference name="android-targetSdkVersion" value="30" /> ``` but I don't know - why this works - if this actually means android api level 30 support - if this breaks something and it's probably a hack anyway (?) ### Command or Code <!-- What command or code is needed to reproduce the problem? --> ### Environment, Platform, Device <!-- In what environment, on what platform or on which device are you experiencing the issue? --> standard config.xml ### Version information <!-- What are relevant versions you are using? For example: Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins Other Frameworks: Ionic Framework and CLI version Operating System, Android Studio, Xcode etc. --> Cordova 10.0.0 ## Checklist <!-- Please check the boxes by putting an x in the [ ] like so: [x] --> - [x] I searched for existing GitHub issues - [x] I updated all Cordova tooling to most recent version - [x] I included all the necessary information above -- 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]
