i am new in androidstudio. i have done integration of google in eclipse but am having issues in studio. i am following step by step from this site : https://developers.googl
Try moving apply plugin: 'com.google.gms.google-services' from dependencies to top of your gradle file, just under apply plugin: 'com.android.application'.
EDIT:
Make sure that you have installed the Extras/Google Repository from the SDK Manager and added the compile 'com.google.android.gms:play-services:8.3.0' into your dependency scope.
Add this in dependency block in your app gradle
implementation 'com.google.android.gms:play-services-auth:16.0.0'