vaenow / cordova-plugin-app-update

App updater for Cordova/PhoneGap
MIT License
299 stars 146 forks source link

res/xml/provider_paths.xml conflicts with similarly named file in cordova-plugin-camera #55

Closed loban closed 6 years ago

loban commented 6 years ago

Problem Both cordova-plugin-app-update and cordova-plugin-camera attempt to put the file provider_paths.xml into platforms/android/res/xml folder, which causes an error.

Solution Rename provider_paths.xml to appupdate_paths.xml

vaenow commented 6 years ago

Could you please send me a Pull Request? 🙂

loban commented 6 years ago

Sending one right away!