身份验证类在哪里 - Google Play Services 8.3.0



我正在浏览在Android上实现Google Play Services 8.3.0的新文档,似乎我需要导入com.google.android.gms.auth.api.Auth;但不知道将哪个依赖项添加到我的build.gradle文件中。有什么想法吗?

您需要

添加

com.google.android.gms:play-services-auth:8.3.0

按照设置指南到您的build.gradle

对于最近的事情,请将其添加到您的 gradle 中

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

最新更新