Skip to content

Commit

Permalink
Merge pull request #343 from okta/rn-updateOktaOidcAndroid
Browse files Browse the repository at this point in the history
Update okta-oidc-android to 1.3.4
  • Loading branch information
rajdeepnanua-okta authored Jan 9, 2023
2 parents ecc1f3e + 0163160 commit edb4c52
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.3.2'
implementation 'com.okta.android:okta-oidc-android:1.3.4'
}

def configureReactNativePom(def pom) {
Expand Down

0 comments on commit edb4c52

Please sign in to comment.