Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Facebook SDK: what does "implementation 'com.facebook.android:facebook-android-sdk:[8,9)'" mean?

It is written here that I should use the following version of the Android Facebook SDK:

implementation 'com.facebook.android:facebook-android-sdk:[8,9)' 

But I see here that the last version of the Facebook Android SDK is the version 16.

So, should I use:

implementation 'com.facebook.android:facebook-android-sdk:[8,9)' 

or:

implementation 'com.facebook.android:facebook-android-sdk:16.0.0'

to get the last version of the SDK ???

Thanks !

like image 742
Regis_AG Avatar asked Dec 11 '25 11:12

Regis_AG


1 Answers

There's an issue or bug with versions 13.0.0 | 16.0.0 | 16.2.0 .. the issue solved only with version 15.2.0 .. the rest will show need upgrade warning

like image 161
Mahmoud Reda Avatar answered Dec 13 '25 01:12

Mahmoud Reda



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!