capacitor-community / facebook-login

Facebook Login support
MIT License
103 stars 52 forks source link

I am unable to install the latest release with Facebook SDK 12.3.0 #95

Open PaintedShepherd opened 2 years ago

PaintedShepherd commented 2 years ago

Describe the bug When I install the latest version of your plugin its still using SDK 11.1.0 instead of 12.3.0. Any idea how to figure out what the problem is?

Already deleted the node_modules and the package-lock.json.

Hansel03 commented 2 years ago

I have the same problem, I can't login to the app until I update the SDK. the latest version.

you can fix it by adding this line with latest version (13.0.0.) in to build.gradle

implementation 'com.facebook.android:facebook-login:13.0.0'

https://github.com/capacitor-community/facebook-login/blob/master/android/build.gradle#L52