The google-services plugin currently is not resolving in my project. I get the error:
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 :
When I browse the google maven repo here: https://dl.google.com/dl/android/maven2/index.html
the google-services library is just missing.