diff --git a/README.md b/README.md index 37c7756e..7ef553f6 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ [![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¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted) 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 :) -> 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. +> 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.8 is the last version before 6.0.0, so be sure to pick that if you run into Android X-related issues. ## 0. Index @@ -538,7 +538,7 @@ To address query schema issue, after installaing the plugin you can edit the iOS - + ``` The advantage with this method is that editing is done in the config.xml file which will most often be in your source control anyway and hence, changes to it will be reserved. diff --git a/package.json b/package.json index a5633ce1..f912f710 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-x-socialsharing", - "version": "5.6.8", + "version": "6.0.0", "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.", "cordova": { "id": "cordova-plugin-x-socialsharing", diff --git a/plugin.xml b/plugin.xml index c3ab5a3b..6d938522 100755 --- a/plugin.xml +++ b/plugin.xml @@ -2,7 +2,7 @@ + version="6.0.0"> SocialSharing @@ -94,8 +94,7 @@ - - + diff --git a/src/android/nl/xservices/plugins/FileProvider.java b/src/android/nl/xservices/plugins/FileProvider.java index cf05180c..2dedd9c9 100644 --- a/src/android/nl/xservices/plugins/FileProvider.java +++ b/src/android/nl/xservices/plugins/FileProvider.java @@ -1,4 +1,4 @@ package nl.xservices.plugins; -public class FileProvider extends android.support.v4.content.FileProvider { +public class FileProvider extends androidx.core.content.FileProvider { } \ No newline at end of file