Skip to content

Commit

Permalink
Update OIDC android to 1.1.0
Browse files Browse the repository at this point in the history
OKTA-431292
<<<Jenkins Check-In of Tested SHA: a11c8be for [email protected]>>>
Artifact: okta-react-native
Files changed count: 3
PR Link: "#216"
  • Loading branch information
JayNewstrom authored and eng-prod-CI-bot-okta committed Sep 24, 2021
1 parent 1c42913 commit 0268478
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 0268478

Please sign in to comment.