Skip to content

Commit

Permalink
Updates android dependencies
Browse files Browse the repository at this point in the history
OKTA-443696
<<<Jenkins Check-In of Tested SHA: 1c1d314 for [email protected]>>>
Artifact: okta-react-native
Files changed count: 2
PR Link: "#240"
  • Loading branch information
NikitaAvraimov-okta authored and eng-prod-CI-bot-okta committed Nov 3, 2021
1 parent b2bca31 commit 1d1f842
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 2.2.0

### Bug Fix

- [#239](https://github.com/okta/okta-react-native/pull/239) Fixes exception from `onCancel` callback (Android)

# 2.1.2

### Bug Fix
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.1.0'
implementation 'com.okta.android:okta-oidc-android:1.2.1'
}

def configureReactNativePom(def pom) {
Expand Down

0 comments on commit 1d1f842

Please sign in to comment.