apache / cordova-lib

Apache Cordova Tooling Library
https://cordova.apache.org/
Apache License 2.0
221 stars 242 forks source link

Why cordova-android 12.0.0 is not used ? #919

Closed sestienne closed 1 year ago

sestienne commented 1 year ago

Hi,

A version of cordova-android 12.0 is available. Why cordova-lib uses cordova-android 11 and not cordova-android 12 (cf package.json) ?

erisu commented 1 year ago

That is a dev dependency that is not used in production releases.

It is only used when testing lib. Cordova-Android 12 was not even released at the time.

It will be updated eventually but shouldn't have high priority since its a lib test. Not platform.

I will close out this ticket.

sestienne commented 1 year ago

Thanks