Skip to content

Commit

Permalink
feat: bumped up the dependency on Android SDK to 3.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
desusai7 committed Aug 2, 2024
1 parent a880f2b commit d91e8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit d91e8cd

Please sign in to comment.