apache / cordova-plugin-file

Apache Cordova File Plugin
https://cordova.apache.org/
Apache License 2.0
740 stars 757 forks source link

feat(android)!: bump cordova-android@12 requirement #576

Closed erisu closed 10 months ago

erisu commented 10 months ago

Platforms affected

Android

Motivation and Context

Following PR, which will be merged for major release, contains permissions that were introduced in Android 13 (API 33).

https://github.com/apache/cordova-plugin-file/pull/566

Cordova support for API 33 was added in Cordova-Android 12.0.0.

Description

Bump cordova-android requirement to >=12.0.0

Testing

npm t

Checklist