【发布时间】:2019-10-17 08:35:59
【问题描述】:
我想使用 googlePlayServicesVersion 16.1.0,但我得到了
找不到 com.google.android.gms:play-services-location:16.1.0
我尝试在 app/build.gradle 依赖项中添加implementation 'com.google.android.gms:play-services-location:16.0.0'
我在 android/build.gradle 中添加了googlePlayServicesVersion = "16.1.0"
【问题讨论】:
标签: android android-gradle-plugin google-play-services