Skip to content

Commit

Permalink
Update native SDKs to support organisation name
Browse files Browse the repository at this point in the history
  • Loading branch information
poovamraj committed Jul 18, 2023
1 parent a2539d5 commit 2fac869
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion A0Auth0.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Pod::Spec.new do |s|
s.requires_arc = true

s.dependency 'React-Core'
s.dependency 'Auth0', '2.4.0'
s.dependency 'Auth0', '2.5.0'
s.dependency 'JWTDecode', '3.1.0'
s.dependency 'SimpleKeychain', '1.1.0'
end
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.9.2'
implementation 'com.auth0.android:auth0:2.10.0'
}

def configureReactNativePom(def pom) {
Expand Down

0 comments on commit 2fac869

Please sign in to comment.