Skip to content

Releases: Tangerine-Community/cordova-plugin-nearby-connections

v0.6.1

05 Apr 18:19
Compare
Choose a tag to compare

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>