Skip to content

Commit

Permalink
Added cordova-ios 8.1.1 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Tien Nguyen authored and Tien Nguyen committed Jun 17, 2020
1 parent 244ce29 commit de4b818
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -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'
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
10 changes: 6 additions & 4 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-facebook4-no-zxing2"
version="6.4.0">
version="6.4.3">

<name>Facebook Connect</name>

Expand Down Expand Up @@ -158,7 +158,10 @@
</config-file>

<!-- Facebook SDK -->
<podspec>
<framework src="FBSDKCoreKit" type="podspec" spec="5.7.0"/>
<framework src="FBSDKLoginKit" type="podspec" spec="5.7.0"/>
<framework src="FBSDKShareKit" type="podspec" spec="5.7.0"/>
<!-- <podspec>
<config>
<source url="https://cdn.cocoapods.org/"/>
</config>
Expand All @@ -167,8 +170,7 @@
<pod name="FBSDKLoginKit" spec="5.7.0"/>
<pod name="FBSDKShareKit" spec="5.7.0"/>
</pods>
</podspec>

</podspec> -->
</platform>

<!-- browser -->
Expand Down
2 changes: 1 addition & 1 deletion tests/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-facebook4-no-zxing2-tests"
version="6.4.1">
version="6.4.3">
<name>Facebook Connect Tests</name>
<license></license>

Expand Down

0 comments on commit de4b818

Please sign in to comment.