无法解决:15.0.0

时间:2018-10-12 12:56:58

标签: android firebase authentication firebase-authentication

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

1 个答案:

答案 0 :(得分:0)

由此,您要指出两个版本

 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模块应用中即可