我正在尝试在应用程序中使用新的 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 的正确编译路径是什么?
提前致谢。
我正在尝试在应用程序中使用新的 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'
如果您想了解最新的 Dependency,可以使用我的名为DependencyLookup的网络工具。