You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Latest cordova IBM MFP Plugin(8.0.2023071003) dependency on cordova android
Related issue
I was building a sample cordova app with target android sdk 33, cordova-android 12, cordova camera plugin 7.0.0 And while trying to add latest IBM MFP plugin cordova-plugin-mfp v8.0.2023071003, it throws error
cordova-android version requirement >=6.1 and <12.
However Apache's new camera plugin is in accordance with Android 13 granular permissions and this camera plugin would need the cordova-android version to be 12.0.1
How to overcome this conflict of cordova-android version between cordova-plugin-camera and cordova-plugin-mfp? I need to support my app users on Android 13 with camera.
The text was updated successfully, but these errors were encountered:
Issue Details
Latest cordova IBM MFP Plugin(8.0.2023071003) dependency on cordova android
Related issue
I was building a sample cordova app with target android sdk 33, cordova-android 12, cordova camera plugin 7.0.0 And while trying to add latest IBM MFP plugin cordova-plugin-mfp v8.0.2023071003, it throws error
cordova-android version requirement >=6.1 and <12.
However Apache's new camera plugin is in accordance with Android 13 granular permissions and this camera plugin would need the cordova-android version to be 12.0.1
How to overcome this conflict of cordova-android version between cordova-plugin-camera and cordova-plugin-mfp? I need to support my app users on Android 13 with camera.
The text was updated successfully, but these errors were encountered: