play-services-plugins
play-services-plugins copied to clipboard
Error Using 'com.google.gms:google-services:4.3.0'
I'm trying to upgrade my app from : classpath 'com.google.gms:google-services:4.2.0' to classpath 'com.google.gms:google-services:4.3.0'
but when sync, I have a error : Could not get unknown property 'config' for object of type com.google.gms.googleservices.GoogleServicesPlugin$GoogleServicesPluginConfig.
I do not understand the problem, I updated my file google-services.json but nothing is done.
same here
Could you help by provide a minimal reproducing build.gradle?