So this morning I started updating to the latest version of my project libraries.
I\'m trying to update GCM to the latest version 9.2.0, but I get this error:
Just put this line at the bottom of your app-module's (not project root's) gradle file.
gradle
apply plugin: 'com.google.gms.google-services'
Then rebuild your project.