Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
harryt04 opened this issue Feb 4, 2020 · 1 comment
Open

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

harryt04 opened this issue Feb 4, 2020 · 1 comment

Comments

@harryt04
Copy link

harryt04 commented Feb 4, 2020

Which platform(s) does your issue occur on?

  • Android
  • Android versions 9+

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
Copy link
Author

harryt04 commented Feb 4, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant