From de4b8183ac653d117f05322372a461823763c8ab Mon Sep 17 00:00:00 2001 From: Tien Nguyen Date: Mon, 15 Jun 2020 15:08:38 +0700 Subject: [PATCH] Added cordova-ios 8.1.1 compatibility --- build.gradle | 2 +- package.json | 2 +- plugin.xml | 10 ++++++---- tests/plugin.xml | 2 +- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/build.gradle b/build.gradle index 7e86e09a3..c78f174e8 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ dependencies { - compile("com.facebook.android:facebook-android-sdk:5.7.0") { + compile("com.facebook.android:facebook-android-sdk:4.37.0") { exclude group: 'com.google.zxing' } } \ No newline at end of file diff --git a/package.json b/package.json index b442957ce..efe6e88cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-facebook4-no-zxing2", - "version": "6.4.1", + "version": "6.4.3", "description": "Cordova Facebook SDK 4 Plugin", "cordova": { "id": "cordova-plugin-facebook4-no-zxing2", diff --git a/plugin.xml b/plugin.xml index b5f3e48ae..152d97fc2 100644 --- a/plugin.xml +++ b/plugin.xml @@ -2,7 +2,7 @@ + version="6.4.3"> Facebook Connect @@ -158,7 +158,10 @@ - + + + + diff --git a/tests/plugin.xml b/tests/plugin.xml index 1ed8b5097..c9d743eb7 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -3,7 +3,7 @@ + version="6.4.3"> Facebook Connect Tests