diff --git a/package.json b/package.json index f912f710..a5633ce1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-x-socialsharing", - "version": "6.0.0", + "version": "5.6.8", "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 6d938522..c3ab5a3b 100755 --- a/plugin.xml +++ b/plugin.xml @@ -2,7 +2,7 @@ + version="5.6.8"> SocialSharing @@ -94,7 +94,8 @@ - + + diff --git a/src/android/nl/xservices/plugins/FileProvider.java b/src/android/nl/xservices/plugins/FileProvider.java index 00e1095a..cf05180c 100644 --- a/src/android/nl/xservices/plugins/FileProvider.java +++ b/src/android/nl/xservices/plugins/FileProvider.java @@ -1,5 +1,4 @@ package nl.xservices.plugins; - -public class FileProvider extends androidx.core.content.FileProvider { -} +public class FileProvider extends android.support.v4.content.FileProvider { +} \ No newline at end of file