Facebook Account Kit Collision with Google play services gradle

前端 未结 4 1491
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-04 14:00

After configuring account kit sdk as

  compile \'com.facebook.android:account-kit-sdk:4.+\'

and gradle sync it conflict with com.goo

4条回答
  •  粉色の甜心
    2021-01-04 14:37

    Possibly the conflict of libraries can be the reason. See dependencies here; https://mvnrepository.com/artifact/com.facebook.android/account-kit-sdk/4.27.0

    See if you could submit an issue with the facebook to update it.

    Or if you need facebook for authentication only, you can use Facebook Android Sdk

提交回复
热议问题