From 17156e2f9d7887573fd52a7a798942226486cd1f Mon Sep 17 00:00:00 2001 From: RobTS Date: Wed, 25 Sep 2019 15:51:41 +0200 Subject: [PATCH] Play Services Auth updated to 17.0.0 --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index b6ba0aa..3de84d0 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -26,7 +26,7 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) testImplementation 'junit:junit:4.12' - implementation 'com.google.android.gms:play-services-auth:11.8.0' + implementation 'com.google.android.gms:play-services-auth:17.0.0' implementation 'com.android.support:appcompat-v7:23.4.0' implementation "com.facebook.react:react-native:${safeExtGet('reactNativeVersion', '+')}" }