diff --git a/CHANGELOG.md b/CHANGELOG.md index 5317a9b3..47d45766 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ ### Bug Fix - [#214](https://github.com/okta/okta-react-native/pull/214) Fixes signOut crash (Android) +- [#216](https://github.com/okta/okta-react-native/pull/216) Update okta-oidc-android to 1.1.0 + # 2.1.0 diff --git a/android/build.gradle b/android/build.gradle index d6147453..32a9936d 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.0.20' + implementation 'com.okta.android:okta-oidc-android:1.1.0' } def configureReactNativePom(def pom) {