Skip to content

Commit

Permalink
Fixed an incompatibility with PushNotification for Android
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed Jun 3, 2015
1 parent d4e9335 commit e4bfb7a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions platforms/android/FacebookLib/libs/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ prebuilt_jar(
name = 'android-support-v4',
binary_jar = 'android-support-v4.jar',
visibility = [
'PUBLIC',
'//java/com/facebook'
],
)

prebuilt_jar(
name = 'bolts',
binary_jar = 'bolts-android-1.1.2.jar',
visibility = [
'PUBLIC',
'//java/com/facebook'
],
)
Binary file modified platforms/android/FacebookLib/libs/android-support-v4.jar
100644 → 100755
Binary file not shown.
2 changes: 1 addition & 1 deletion 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="com.phonegap.plugins.facebookconnect"
version="0.11.1">
version="0.11.2">

<name>Facebook</name>

Expand Down

0 comments on commit e4bfb7a

Please sign in to comment.