Auth课程在哪里 - Google Play Services 8.3.0

时间:2015-11-06 19:24:04

标签: android google-api google-play-services

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

2 个答案:

答案 0 :(得分:12)

您想要添加

com.google.android.gms:play-services-auth:8.3.0
根据{{​​3}}

build.gradle

答案 1 :(得分:1)

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

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