You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,17 @@
1
1
# CHANGELOG
2
2
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
+
3
8
## 10.0.2 - 2019-07-23
4
9
*[#1238](https://github.com/stripe/stripe-android/pull/1238) Update Proguard rules to fix integration issues with Stripe 3DS2 library
5
10
6
11
## 10.0.1 - 2019-07-22
7
12
*[#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
8
13
*[#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`
10
15
* Re-enable R8 following bug fix in Android Studio 3.5
11
16
* Move `org.ow2.asm:asm` dependency to `testImplementation`
12
17
* Fix known issue with 3DS2 challenge flow and API 19 devices
0 commit comments