NativeScript / nativescript-facebook

NativeScript plugin, wrapper of native Facebook SDK for Android and iOS
Apache License 2.0
79 stars 50 forks source link

facebook-android-sdk build failing on version 5.15.2 #222

Open harryt04 opened 4 years ago

harryt04 commented 4 years ago

Which platform(s) does your issue occur on?

I'm gonna skip the basic stuff since I already know the solution. The root of the problem is from facebook-android-sdk. For more information, go here.

Manually selecting version 5.15.3 in the include.gradle file (within nativescript-facebook's node_modules folder) fixed it for me, as suggested in the link above.

dependencies { implementation 'com.facebook.android:facebook-android-sdk:5.15.3' }

harryt04 commented 4 years ago

This issue can be solved by merging my pull request: #223