gpt4 book ai didi

android - 为 firebase-ui-auth 添加依赖项时出错

转载 作者:塔克拉玛干 更新时间:2023-11-02 21:14:20 25 4
gpt4 key购买 nike

由于需要根据 Firebase/Play Services 版本使用 FirebaseUI 版本,我正在添加:

compile 'com.google.firebase:firebase-core:10.2.1'
compile 'com.google.firebase:firebase-auth:10.2.1'
compile 'com.firebaseui:firebase-ui-auth:1.2.0'

该应用唯一可用的播放服务是:

 compile 'com.google.android.gms:play-services-auth:10.2.1'

但 Firebase UI 库 (1.2.0) 仍然依赖于各种播放服务库的 10.2.0 版:https://github.com/firebase/FirebaseUI-Android .

这些是所有依赖项的最新版本,但在 Studio 中无法解析。

需要一些帮助!提前致谢:)

最佳答案

改变

编译 'com.google.android.gms:play-services-auth:10.2.1'

编译 'com.google.android.gms:play-services-auth:10.0.1'

对我有用

Original answer

关于android - 为 firebase-ui-auth 添加依赖项时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43117012/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com