Skip to content

Commit

Permalink
Upgrade 3DS2 library to v1.1.2 (#1242)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshafrir-stripe authored Jul 24, 2019
1 parent 6fed96d commit f6ff44f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion stripe/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f6ff44f

Please sign in to comment.