From 2f420df4b17b5bba1aec62de73f2935bbcbf7b1c Mon Sep 17 00:00:00 2001 From: Michael Shafrir Date: Thu, 30 Apr 2020 13:58:50 -0400 Subject: [PATCH 1/2] Update 3DS2 SDK to 2.7.8 Fixes #2427 --- stripe/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stripe/build.gradle b/stripe/build.gradle index 8e44846c86e..38cbb58a55f 100644 --- a/stripe/build.gradle +++ b/stripe/build.gradle @@ -32,7 +32,7 @@ dependencies { // Api for this import because we use reflection to alter TextInputLayout api 'com.google.android.material:material:1.1.0' - implementation "com.stripe:stripe-3ds2-android:2.7.7" + implementation "com.stripe:stripe-3ds2-android:2.7.8" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlinVersion" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinCoroutinesVersion" From 9b8e6c8439b170c740020a2cc1daf0c5a72480ec Mon Sep 17 00:00:00 2001 From: Michael Shafrir Date: Thu, 30 Apr 2020 14:00:53 -0400 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 465d43e1dd9..8c8a65d8c3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ ## 14.4.1 - unreleased * [#2441](https://github.com/stripe/stripe-android/pull/2441) Catch `IllegalArgumentException` in `ApiOperation` * [#2442](https://github.com/stripe/stripe-android/pull/2442) Capitalize `GooglePayJsonFactory`'s `allowedCountryCodes` +* [#2445](https://github.com/stripe/stripe-android/pull/2445) Bump 3DS2 SDK to `2.7.8` + * Downgrade BouncyCastle to `1.64` ## 14.4.0 - 2020-04-28 * [#2379](https://github.com/stripe/stripe-android/pull/2379) Add optional `stripeAccountId` param to most `Stripe` methods