Skip to content

Commit ceec421

Browse files
Androidx support #1039 (revert)
1 parent 9b09c31 commit ceec421

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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": "6.0.0",
3+
"version": "5.6.8",
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="6.0.0">
5+
version="5.6.8">
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 -->
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
package nl.xservices.plugins;
22

3-
4-
public class FileProvider extends androidx.core.content.FileProvider {
5-
}
3+
public class FileProvider extends android.support.v4.content.FileProvider {
4+
}

0 commit comments

Comments
Β (0)