Skip to content

v0.6.1

Latest
Compare
Choose a tag to compare
@chrisekelley chrisekelley released this 05 Apr 18:19

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>