apache / cordova-android

Apache Cordova Android
https://cordova.apache.org/
Apache License 2.0
3.59k stars 1.52k forks source link

Cordova release to support Android 14 #1584

Closed rubal18 closed 1 year ago

rubal18 commented 1 year ago

Could you please share release plan for Android 13 (API level 33) and Android 14 support for Cordova since as per documentation only below is available :

cordova-android Version Supported Android API-Levels Equivalent Android Version
11.X.X 22 - 32 5.1 - 12.0.0 (L)
breautek commented 1 year ago

API 33 will be officially supported in cordova-android@12 which is in development. Not all tasks in the milestone may make it inside cordova-android@12. The min SDK is also being bumped to API 24. (See https://github.com/apache/cordova-android/pull/1571 for rationale)

I can't provide details on specific dates as Apache Cordova is entirely ran by volunteers.

Android 14 has only entered in its first beta stage and it's final release is TBD, but not before July (Which is when their final beta is scheduled). Therefore that will be something planned for cordova-android@13.

You may still be able to target SDK 33 with cordova-android@11 using android-targetSdkVersion preference, but cordova-android@11 is untested with SDK 33.

amritk commented 3 months ago

Does cordova support android 14 (sdk 34) now?

edit: nvm just found it https://github.com/apache/cordova-android/pull/1678