From f6ff44fd73c3360a3a82cbf0ac2f733f4e14388b Mon Sep 17 00:00:00 2001 From: Michael Shafrir <45020849+mshafrir-stripe@users.noreply.github.com> Date: Wed, 24 Jul 2019 11:57:57 -0400 Subject: [PATCH] Upgrade 3DS2 library to v1.1.2 (#1242) --- CHANGELOG.md | 7 ++++++- stripe/build.gradle | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdbf460b04c..67e4f540368 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,17 @@ # CHANGELOG +## 10.0.3 - 2019-07-24 +* Update Stripe 3DS2 library to `v1.1.2` + * Disable R8 following new user-reported issue + * Update Proguard rules + ## 10.0.2 - 2019-07-23 * [#1238](https://github.com/stripe/stripe-android/pull/1238) Update Proguard rules to fix integration issues with Stripe 3DS2 library ## 10.0.1 - 2019-07-22 * [#1226](https://github.com/stripe/stripe-android/pull/1226) Prevent non-critical network requests from blocking API requests by moving fire-and-forget requests to separate thread * [#1228](https://github.com/stripe/stripe-android/pull/1228) Update to Android Gradle Plugin to 3.5.0-rc01 -* Update Stripe 3DS2 library +* Update Stripe 3DS2 library to `v1.1.0` * Re-enable R8 following bug fix in Android Studio 3.5 * Move `org.ow2.asm:asm` dependency to `testImplementation` * Fix known issue with 3DS2 challenge flow and API 19 devices diff --git a/stripe/build.gradle b/stripe/build.gradle index 951bdb2a41f..1b3f474378f 100644 --- a/stripe/build.gradle +++ b/stripe/build.gradle @@ -17,7 +17,7 @@ dependencies { // Api for this import because we use reflection to alter TextInputLayout api "com.android.support:design:28.0.0" - implementation "com.stripe:stripe-3ds2-android:1.1.0" + implementation "com.stripe:stripe-3ds2-android:1.1.2" javadocDeps "com.android.support:support-annotations:28.0.0" javadocDeps "com.android.support:appcompat-v7:28.0.0"