【发布时间】:2024-05-22 21:25:01
【问题描述】:
我在 google 登录身份验证过程中遇到错误。以下是错误:
Error:Execution failed for task ':app:processDebugGoogleServices'.
> Please fix the version conflict either by updating the version of the google-services plugin (information about the latest version is available at https://bintray.com/android/android-tools/com.google.gms.google-services/) or updating the version of com.google.android.gms to 16.0.1.
我正在尝试从 firebase 的官方文档中获取代码。
implementation 'com.google.firebase:firebase-auth:16.0.1'
implementation 'com.google.android.gms:play-services-auth:15.0.1'
如何解决??
【问题讨论】:
标签: android firebase firebase-authentication google-signin