After updating my google play services to rev 28 i\'m getting this error. Im not sure why this is happening as it was working fine before.
here is my build.gradl
you need to add this
dependencies { compile 'com.google.android.gms:play-services:9.6.1' }
and remove this
apply plugin: 'com.google.gms.google-services'