【问题标题】:Failed to resolve:15.0.0无法解决:15.0.0
【发布时间】:2019-03-17 17:07:18
【问题描述】:

如果我使用“implementation 'com.google.firebase:firebase-auth:16.0.4”,我正在将我的应用程序连接到 firebase 进行身份验证“无法解决:firebase-auth-15.0.0”错误 “如果我再次连接,则依赖项失败,它会更改” implementation 'com.google.firebase:firebase-auth:16.0.1:15.0.0' 中的依赖项 ” 而不是错误“无法解决:firebase-auth-15.0.0”

【问题讨论】:

    标签: android firebase authentication firebase-authentication


    【解决方案1】:

    从这里,你表示两个版本

     implementation 'com.google.firebase:firebase-auth:16.0.1:15.0.0' 
    

    使用两者之一并在必要时更新它

    implementation 'com.google.firebase:firebase-auth:16.0.1'
    

    在回答这个问题时,最新版本是16.0.4

    implementation 'com.google.firebase:firebase-auth:16.0.4'
    

    如果您有任何问题,请执行构建 - 清理项目,只需将此实现放入您的 Gradle 模块应用程序就可以工作

    【讨论】:

      猜你喜欢
      • 2018-09-24
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2019-03-01
      • 1970-01-01
      • 2019-05-08
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多