Skip to content

Commit

Permalink
update 3ds2 to v6.1.5 (#4747)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyler-stripe authored Mar 22, 2022
1 parent 027a680 commit 3084951
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,4 +1,10 @@
# CHANGELOG
## 19.3.1 - 2022-03-22
This release patches an issue with 3ds2 confirmation

### Payments
* [FIXED] [4747](https://github.com/stripe/stripe-android/pull/4747) update 3ds2 to v6.1.5, see PR for specific issues addressed.

## 19.3.0 - 2022-03-16
This release enables a new configuration object to be defined for StripeCardScan and updates our 3ds2 SDK.

Expand Down
2 changes: 1 addition & 1 deletion payments-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {

// For instructions on replacing the BouncyCastle dependency used by the 3DS2 SDK, see
// https://github.com/stripe/stripe-android/issues/3173#issuecomment-785176608
implementation "com.stripe:stripe-3ds2-android:6.1.4"
implementation "com.stripe:stripe-3ds2-android:6.1.5"

implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinCoroutinesVersion"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$kotlinCoroutinesVersion"
Expand Down

0 comments on commit 3084951

Please sign in to comment.