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', '+')}" }