I\'ve been getting this error every time I build my app. I think that I have all the libraries updates, someone can tell me where is the problem? Apparently, I think that co
I had exactly same warning and i removed this line from my app's build.gradle.
apply plugin: 'com.google.gms.google-services'
Turned out i didn't need the plugin and the warning disappeared.