Skip to content

Commit 9b09c31

Browse files
Androidx support #1039 (re-applied in 6.0.0)
1 parent b4165a1 commit 9b09c31

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=eddyverbruggen%40gmail%2ecom&lc=US&item_name=cordova%2dplugin%2dsocialsharing&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
1616
Every now and then kind folks ask me how they can give me all their money. So if you want to contribute to my pension fund, then please go ahead :)
1717

18+
> Version 6.0.0 is compatible with Android X. See [this issue](https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin/pull/1039) for details. 5.6.7 is the last version before 6.0.0, so be sure to pick that if you run into Android X-related issues.
19+
1820
## 0. Index
1921

2022
1. [Description](#1-description)

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.7",
3+
"version": "6.0.0",
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: 2 additions & 3 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.7">
5+
version="6.0.0">
66

77
<name>SocialSharing</name>
88

@@ -94,8 +94,7 @@
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="com.android.support:support-v4:$ANDROID_SUPPORT_V4_VERSION" />
98-
<preference name="ANDROID_SUPPORT_V4_VERSION" default="24.1.1+"/>
97+
<framework src="androidx.legacy:legacy-support-v4:1.0.0" />
9998
</platform>
10099

101100
<!-- wp8 -->

0 commit comments

Comments
 (0)