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
Put apply plugin: 'com.google.gms.google-services' beneath apply plugin: 'com.android.application'.
apply plugin: 'com.google.gms.google-services'
apply plugin: 'com.android.application'
Add compile 'com.google.android.gms:play-services-auth:8.3.0' inside dependencies block. This will add related dependencies to your project.
compile 'com.google.android.gms:play-services-auth:8.3.0'
dependencies