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:
<
open app/build.gradle
from your app-module and rewrite below line after dependencies block. This allows the plugin to determine what version of Play services you are using
apply plugin: 'com.google.gms.google-services'
I got this idea from here. In this tutorial second point is saying that above plugin line be at the bottom of your app/build.gradle
file so that no dependency collisions are introduced. Hope it will help you out.