Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade 3DS2 library to v1.1.2 #1242

Merged
merged 1 commit into from
Jul 24, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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