这是我的依赖项:
implementation 'com.google.firebase-auth : 16.0.2'
Implementation 'com.google.firebase:firebase-core:16.0.2
错误也显示在这里:
错误:无法解决:com.google.firebase-core:16.0.2受影响的模块:应用
答案 0 :(得分:0)
将依赖关系更新为以下内容:
implementation 'com.google.firebase:firebase-core:17.2.1'
implementation 'com.google.firebase:firebase-auth:19.2.0'
也偏爱androidx
:
将com.android.tools.build:gradle升级到v3.2.1或更高版本。
将compileSdkVersion升级到28或更高版本。
更新您的应用程序以使用Jetpack(AndroidX);请遵循Migrating to AndroidX中的说明。