diff --git a/CHANGELOG.md b/CHANGELOG.md index 1480dc57..7aed75e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# 2.8.0 + +### Other +- [#343](https://github.com/okta/okta-react-native/pull/314) Update okta-oidc-android to 1.3.4 + +# 2.7.0 + +### Other +- Update react-native dependencies + # 2.6.0 ### Other 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) {