Skip to content

Commit b4165a1

Browse files
Androidx support #1039 (revert in 5.6.7)
1 parent c0d5c71 commit b4165a1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-x-socialsharing",
3-
"version": "5.6.6",
3+
"version": "5.6.7",
44
"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.",
55
"cordova": {
66
"id": "cordova-plugin-x-socialsharing",

plugin.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
33
xmlns:android="http://schemas.android.com/apk/res/android"
44
id="cordova-plugin-x-socialsharing"
5-
version="5.6.6">
5+
version="5.6.7">
66

77
<name>SocialSharing</name>
88

@@ -94,7 +94,8 @@
9494
<source-file src="src/android/nl/xservices/plugins/FileProvider.java" target-dir="src/nl/xservices/plugins"/>
9595
<source-file src="src/android/res/xml/sharing_paths.xml" target-dir="res/xml"/>
9696

97-
<framework src="androidx.legacy:legacy-support-v4:1.0.0" />
97+
<framework src="com.android.support:support-v4:$ANDROID_SUPPORT_V4_VERSION" />
98+
<preference name="ANDROID_SUPPORT_V4_VERSION" default="24.1.1+"/>
9899
</platform>
99100

100101
<!-- wp8 -->

0 commit comments

Comments
 (0)