I'm going through the new documentation for implementing Google Play Services 8.3.0 on Android and it seems that I need to import com.google.android.gms.auth.api.Auth;
but don't know which dependency to add to my build.gradle file. Any ideas?
You'll want to add
com.google.android.gms:play-services-auth:8.3.0
to your build.gradle
as per the setup guide
For more recent things add this to your gradle
compile 'com.google.android.gms:play-services-auth:10.2.1'
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With