v0.6.1
- Removed requestLegacyExternalStorage from plugin.xml; instead, add the following lines to your app's config.xml. This will reduce potential for cordova plugin merge conflicts.
<edit-config file="app/src/main/AndroidManifest.xml" mode="merge" target="/manifest/application" xmlns:android="http://schemas.android.com/apk/res/android">
<application android:requestLegacyExternalStorage="true" />
</edit-config>