From 1734428b9092e8ee864931dd66f46afa926545c1 Mon Sep 17 00:00:00 2001 From: Rajdeep Nanua Date: Mon, 9 Jan 2023 12:28:22 -0500 Subject: [PATCH] Update okta-oidc-android to 1.3.4 --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 4e9b9542..07c3f461 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -69,7 +69,7 @@ repositories { dependencies { implementation 'com.facebook.react:react-native:+' - implementation 'com.okta.android:okta-oidc-android:1.3.2' + implementation 'com.okta.android:okta-oidc-android:1.3.4' } def configureReactNativePom(def pom) {