From 7e3f6c7336f7e5fb5a53ffa2eaab218d0f6e5030 Mon Sep 17 00:00:00 2001 From: Skyler Reimer Date: Thu, 3 Mar 2022 11:44:17 -0800 Subject: [PATCH 1/2] update 3ds2 to latest version 6.1.4 --- payments-core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/payments-core/build.gradle b/payments-core/build.gradle index a6dc9c1865e..30e9d566d30 100644 --- a/payments-core/build.gradle +++ b/payments-core/build.gradle @@ -42,7 +42,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.3" + implementation "com.stripe:stripe-3ds2-android:6.1.4" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinCoroutinesVersion" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$kotlinCoroutinesVersion" From b093bcf6cb1d25e568da644ae7e87610f61e6d5f Mon Sep 17 00:00:00 2001 From: Skyler Reimer Date: Thu, 3 Mar 2022 11:50:35 -0800 Subject: [PATCH 2/2] changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae18b887513..454cb62092b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # CHANGELOG +### xx.x.x - YYYY-MM-DD +[FIXED] [4646](https://github.com/stripe/stripe-android/pull/4646) Update 3ds2 to latest version 6.1.4, see PR for specific issues addressed. + ## 19.2.2 - 2022-03-01 [FIXED] [4606](https://github.com/stripe/stripe-android/pull/4606) Keep status bar color in PaymentLauncher