Skip to content

Commit

Permalink
Upgrade 3DS2 SDK to 2.2.7 (#1968)
Browse files Browse the repository at this point in the history
Fixes #1966
  • Loading branch information
mshafrir-stripe authored Dec 18, 2019
1 parent 7c797fe commit ff565bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 12.8.1 - 2019-12-18
* [#1968](https://github.com/stripe/stripe-android/pull/1968) Upgrade 3DS2 SDK to `2.2.7`
* Downgrade to `com.google.android.material:material:1.0.0`

## 12.8.0 - 2019-12-17
* [#1947](https://github.com/stripe/stripe-android/pull/1947) Allow setting of window flags on Stripe Activities
* Basic Integration
Expand Down
2 changes: 1 addition & 1 deletion stripe/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
// Api for this import because we use reflection to alter TextInputLayout
api 'com.google.android.material:material:1.0.0'

implementation "com.stripe:stripe-3ds2-android:2.2.6"
implementation "com.stripe:stripe-3ds2-android:2.2.7"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlinVersion"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinCoroutinesVersion"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$kotlinCoroutinesVersion"
Expand Down

0 comments on commit ff565bd

Please sign in to comment.