Skip to content

Commit

Permalink
Upgrade 3DS2 SDK to 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mshafrir-stripe committed Nov 11, 2019
1 parent 7895988 commit 1778745
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* [#1799](https://github.com/stripe/stripe-android/pull/1799) Document `Stripe3DS2Theme` and related styles
* [#1809](https://github.com/stripe/stripe-android/pull/1809) Update to Gradle 6.0
* [#1810](https://github.com/stripe/stripe-android/pull/1810) Update API version to [2019-11-05](https://stripe.com/docs/upgrades#2019-11-05)
* [#1812](https://github.com/stripe/stripe-android/pull/1812) Upgrade 3DS2 SDK to 2.2.2

## 12.3.0 - 2019-11-05
* [#1775](https://github.com/stripe/stripe-android/pull/1775) Add support for idempotency key on Stripe Token API requests
Expand Down
2 changes: 1 addition & 1 deletion stripe/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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.1.3"
implementation "com.stripe:stripe-3ds2-android:2.2.2"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlinVersion"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutineVersion"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutineVersion"
Expand Down

0 comments on commit 1778745

Please sign in to comment.