breautek commented on issue #591: URL: https://github.com/apache/cordova-plugin-file/issues/591#issuecomment-1664488478
> I do believe android10.1.2 is the highest level currently on cordova Incorrect. As the error states, v8 of this plugin requires cordova-android@12. cordova-android@12 is required for API 33 support which is required by https://github.com/apache/cordova-plugin-file/pull/566 due to new permissions being introduced to read media files. So you'll need to either use an older version of this plugin, or upgrade cordova-android platform to v12. Upgrading the cordova-android@12 for API 33 support would be recommended since it will be required soon the next time you update your app on Google Play Store. -- 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]
