From 794ae70c774c0b415bff9b8e219a15f277d13a79 Mon Sep 17 00:00:00 2001 From: Jay Newstrom Date: Mon, 27 Feb 2023 15:10:06 -0600 Subject: [PATCH 1/3] Update Stripe 3DS2 SDK to 6.1.7. --- 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 bf21d899a67..c1fce861a81 100644 --- a/payments-core/build.gradle +++ b/payments-core/build.gradle @@ -28,7 +28,7 @@ dependencies { implementation 'com.google.android.instantapps:instantapps:1.1.0' // 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:$stripe3ds2Version" + implementation "com.stripe:stripe-3ds2-android:6.1.7" kapt "com.google.dagger:dagger-compiler:$daggerVersion" From f6bca7dc389977bd814eb385eea7537c95f302b9 Mon Sep 17 00:00:00 2001 From: Jay Newstrom Date: Mon, 27 Feb 2023 15:57:26 -0600 Subject: [PATCH 2/3] Update changelog. --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21fe7004f32..ea8b6ea8324 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## XX.XX.XX - 2023-XX-XX +### Payments +[ADDED][6279](https://github.com/stripe/stripe-android/pull/6279) Update to Stripe 3DS2 6.1.7, removed keep-all proguard rules in favor of the minimal required ones. + ## 20.19.4 - 2023-02-27 ### StripeCardScan From 8a04f04ea13057304ec8d3080b9a0a41791a1d54 Mon Sep 17 00:00:00 2001 From: Jay Newstrom Date: Mon, 27 Feb 2023 16:17:31 -0600 Subject: [PATCH 3/3] Whoops. --- build.gradle | 2 +- payments-core/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 71c5c73b2aa..5d8619ec128 100644 --- a/build.gradle +++ b/build.gradle @@ -78,7 +78,7 @@ ext { playServicesVersion = '1.6.4' leakCanaryVersion = '2.10' okhttpVersion = '4.10.0' - stripe3ds2Version = '6.1.6' + stripe3ds2Version = '6.1.7' retrofitVersion = '2.9.0' gsonVersion = '2.10.1' diff --git a/payments-core/build.gradle b/payments-core/build.gradle index c1fce861a81..bf21d899a67 100644 --- a/payments-core/build.gradle +++ b/payments-core/build.gradle @@ -28,7 +28,7 @@ dependencies { implementation 'com.google.android.instantapps:instantapps:1.1.0' // 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.7" + implementation "com.stripe:stripe-3ds2-android:$stripe3ds2Version" kapt "com.google.dagger:dagger-compiler:$daggerVersion"