Google Play 服务 9.2.0 选择性编译感知 API

Google Play Services 9.2.0 Selective Compile Awareness API

我正在尝试在应用程序中使用新的 Awareness API,但我可以将其包含在我的代码中的唯一方法是使用

compile 'com.google.android.gms:play-services:9.2.0'

在我的 gradle 文件中。

我尝试使用

compile 'com.google.android.gms:play-services-awareness:9.2.0'

但是好像不存在

有谁知道意识API选择性编译的正确编译路径是什么?

提前致谢。

它确实存在。

//意识API

compile 'com.google.android.gms:play-services-contextmanager:9.2.0'

今天你必须包括:

compile 'com.google.android.gms:play-services-awareness:10.2.4'

如果你想知道最新的依赖你可以使用我的网络工具DependencyLookup