Что случилось с плагином google-services? - PullRequest
0 голосов
/ 10 декабря 2018

Плагин google-services в настоящее время не разрешается в моем проекте.Я получаю сообщение об ошибке:

 What went wrong: A problem occurred configuring root project ''.
> Could not resolve all files for configuration ':classpath'.
   > Could not find com.google.gms:google-services:4.0.2.
     Searched in the following locations:
         https://dl.google.com/dl/android/maven2/com/google/gms/google-services/4.0.2/google-services-4.0.2.pom
         https://dl.google.com/dl/android/maven2/com/google/gms/google-services/4.0.2/google-services-4.0.2.jar
         https://jcenter.bintray.com/com/google/gms/google-services/4.0.2/google-services-4.0.2.pom
         https://jcenter.bintray.com/com/google/gms/google-services/4.0.2/google-services-4.0.2.jar
         https://maven.fabric.io/public/com/google/gms/google-services/4.0.2/google-services-4.0.2.pom
         https://maven.fabric.io/public/com/google/gms/google-services/4.0.2/google-services-4.0.2.jar
     Required by:
         project :

Когда я просматриваю репозиторий Google Maven здесь: https://dl.google.com/dl/android/maven2/index.html

библиотека google-services просто отсутствует.

enter image description here

...