File tree 4 files changed +9
-7
lines changed
4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
1
dependencies {
2
- compile(" com.facebook.android:facebook-android-sdk:5.7 .0" ) {
2
+ compile(" com.facebook.android:facebook-android-sdk:4.37 .0" ) {
3
3
exclude group : ' com.google.zxing'
4
4
}
5
5
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cordova-plugin-facebook4-no-zxing2" ,
3
- "version" : " 6.4.1 " ,
3
+ "version" : " 6.4.3 " ,
4
4
"description" : " Cordova Facebook SDK 4 Plugin" ,
5
5
"cordova" : {
6
6
"id" : " cordova-plugin-facebook4-no-zxing2" ,
Original file line number Diff line number Diff line change 2
2
<plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0"
3
3
xmlns : android =" http://schemas.android.com/apk/res/android"
4
4
id =" cordova-plugin-facebook4-no-zxing2"
5
- version =" 6.4.0 " >
5
+ version =" 6.4.3 " >
6
6
7
7
<name >Facebook Connect</name >
8
8
158
158
</config-file >
159
159
160
160
<!-- Facebook SDK -->
161
- <podspec >
161
+ <framework src =" FBSDKCoreKit" type =" podspec" spec =" 5.7.0" />
162
+ <framework src =" FBSDKLoginKit" type =" podspec" spec =" 5.7.0" />
163
+ <framework src =" FBSDKShareKit" type =" podspec" spec =" 5.7.0" />
164
+ <!-- <podspec>
162
165
<config>
163
166
<source url="https://cdn.cocoapods.org/"/>
164
167
</config>
167
170
<pod name="FBSDKLoginKit" spec="5.7.0"/>
168
171
<pod name="FBSDKShareKit" spec="5.7.0"/>
169
172
</pods>
170
- </podspec >
171
-
173
+ </podspec> -->
172
174
</platform >
173
175
174
176
<!-- browser -->
Original file line number Diff line number Diff line change 3
3
<plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0"
4
4
xmlns : android =" http://schemas.android.com/apk/res/android"
5
5
id =" cordova-plugin-facebook4-no-zxing2-tests"
6
- version =" 6.4.1 " >
6
+ version =" 6.4.3 " >
7
7
<name >Facebook Connect Tests</name >
8
8
<license ></license >
9
9
You can’t perform that action at this time.
0 commit comments