Skip to content

Commit f6ff44f

Browse files
Upgrade 3DS2 library to v1.1.2 (#1242)
1 parent 6fed96d commit f6ff44f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
# CHANGELOG
22

3+
## 10.0.3 - 2019-07-24
4+
* Update Stripe 3DS2 library to `v1.1.2`
5+
* Disable R8 following new user-reported issue
6+
* Update Proguard rules
7+
38
## 10.0.2 - 2019-07-23
49
* [#1238](https://github.com/stripe/stripe-android/pull/1238) Update Proguard rules to fix integration issues with Stripe 3DS2 library
510

611
## 10.0.1 - 2019-07-22
712
* [#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
813
* [#1228](https://github.com/stripe/stripe-android/pull/1228) Update to Android Gradle Plugin to 3.5.0-rc01
9-
* Update Stripe 3DS2 library
14+
* Update Stripe 3DS2 library to `v1.1.0`
1015
* Re-enable R8 following bug fix in Android Studio 3.5
1116
* Move `org.ow2.asm:asm` dependency to `testImplementation`
1217
* Fix known issue with 3DS2 challenge flow and API 19 devices

stripe/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies {
1717
// Api for this import because we use reflection to alter TextInputLayout
1818
api "com.android.support:design:28.0.0"
1919

20-
implementation "com.stripe:stripe-3ds2-android:1.1.0"
20+
implementation "com.stripe:stripe-3ds2-android:1.1.2"
2121

2222
javadocDeps "com.android.support:support-annotations:28.0.0"
2323
javadocDeps "com.android.support:appcompat-v7:28.0.0"

0 commit comments

Comments
 (0)