From d91e8cd6e767f87adab1b91b489125cc3fba6010 Mon Sep 17 00:00:00 2001 From: Sai Venkat Desu <venkat.desu@okta.com> Date: Fri, 2 Aug 2024 16:14:38 +0530 Subject: [PATCH] feat: bumped up the dependency on Android SDK to 3.0.0-beta.0 --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index e3c22f37..b9c6b2e5 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -56,7 +56,7 @@ repositories { dependencies { implementation "com.facebook.react:react-native:${safeExtGet('reactnativeVersion', '+')}" implementation "androidx.browser:browser:1.2.0" - implementation 'com.auth0.android:auth0:2.10.2' + implementation 'com.auth0.android:auth0:3.0.0-beta.0' } def configureReactNativePom(def pom) {