Auth class -- Google Play Services 8.3.0 在哪里

Where is the Auth class -- 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

根据setup guide

给你的build.gradle

对于最近的事情,将此添加到您的 gradle

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