You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you can't include it as Gradle dependency, you can also download this GitHub repo and copy the library folder to your project.
Enable Google Services
In order to use Google Login Service, you need to enable google services in your project. This can be done by adding below line in your project level build.gradle file under dependencies section.
classpath 'com.google.gms:google-services:3.0.0'
Project level build.gradle
dependencies {
classpath 'com.android.tools.build:gradle:2.3.0'
classpath 'com.google.gms:google-services:3.0.0'// NOTE: Do not place your application dependencies here; they belong// in the individual module build.gradle files
}