[RN] Add Google Sign In to live streaming

This commit is contained in:
Bettenbuk Zoltan
2018-08-10 12:30:00 +02:00
committed by Saúl Ibarra Corretgé
parent 9fe2b834eb
commit d10d61fb7a
37 changed files with 1091 additions and 129 deletions

View File

@@ -41,9 +41,15 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:22.2.0'
compile 'com.google.android.gms:play-services-auth:15.0.0'
implementation project(':sdk')
debugImplementation 'com.squareup.leakcanary:leakcanary-android:1.6.1'
releaseImplementation 'com.squareup.leakcanary:leakcanary-android-no-op:1.6.1'
}
if (project.file('google-services.json').exists()) {
apply plugin: 'com.google.gms.google-services'
}