Incompile 'com.google.android.gms:play-services:6.1.11'
no need to add plugins for google services. My project was working fine.
when i update it to
compile 'com.google.android.gms:play-services:9.2.0'
i got duplicate resource
error.
then i add
apply plugin: 'com.google.gms.google-services'
in build.gradle file. now i getting
Error:(2, 0) Plugin with id 'com.google.gms.google-services' not found.
what should i do?