From a893bf3fe9ff6b16688ebde2a83031dce5f56ce1 Mon Sep 17 00:00:00 2001 From: Luke Williams Date: Wed, 16 Aug 2017 17:38:28 -0400 Subject: [PATCH] Change customtabs version to fix #67 This change fixes an issue several adopters are running into: "Could not invoke A0Auth.showUrl". See: https://github.com/auth0/react-native-auth0/issues/67#issuecomment-322209597 --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 54c6cbb0..7b402050 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -32,6 +32,6 @@ repositories { dependencies { compile 'com.facebook.react:react-native:+' - compile 'com.android.support:customtabs:23.3.0' + compile 'com.android.support:customtabs:23.0.1' } - \ No newline at end of file +