community-cordova-plugin-social-sharing 6.3.1 → 6.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/plugin.xml +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "community-cordova-plugin-social-sharing",
|
|
3
|
-
"version": "6.3.
|
|
3
|
+
"version": "6.3.2",
|
|
4
4
|
"description": "Share text, images (and other files), or a link via the native sharing widget of your device. Android is fully supported, as well as iOS 6 and up. WP8 has somewhat limited support.",
|
|
5
5
|
"cordova": {
|
|
6
6
|
"id": "community-cordova-plugin-social-sharing",
|
package/plugin.xml
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
<?xml version="6.3.
|
|
1
|
+
<?xml version="6.3.2" encoding="UTF-8"?>
|
|
2
2
|
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
|
3
3
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
4
4
|
id="community-cordova-plugin-social-sharing"
|
|
5
|
-
version="6.3.
|
|
5
|
+
version="6.3.2">
|
|
6
6
|
|
|
7
7
|
<name>SocialSharing</name>
|
|
8
8
|
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
</config-file>
|
|
81
81
|
|
|
82
82
|
<config-file target="AndroidManifest.xml" parent="/*">
|
|
83
|
-
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
|
|
83
|
+
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" android:maxSdkVersion="28"/>
|
|
84
84
|
</config-file>
|
|
85
85
|
|
|
86
86
|
<config-file target="AndroidManifest.xml" parent="/manifest/application">
|