Skip to content

Commit

Permalink
Upgrade 3DS2 SDK to 5.2.0 (#3372)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshafrir-stripe authored Feb 11, 2021
1 parent 117c7dc commit 3c05eb0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
* [#3359](https://github.com/stripe/stripe-android/pull/3359) Add `brand` and `last4` properties to `CardParams`
* [#3367](https://github.com/stripe/stripe-android/pull/3367) Upgrade `fragment-ktx` to `1.3.0` and `activity-ktx` to `1.2.0`
* [#3368](https://github.com/stripe/stripe-android/pull/3368) Upgrade `androidx.lifecycle` dependencies to `2.3.0`
* [#3372](https://github.com/stripe/stripe-android/pull/3372) Upgrade 3DS2 SDK to `5.2.0`
* Upgrade `nimbus-jose-jwt` to `9.5`
* Upgrade Kotlin to `1.4.30`
* Upgrade `material-components` to `1.3.0`
* Upgrade `activity-ktx` to `1.2.0` and `fragment-ktx` to `1.3.0`
* Upgrade `androidx.lifecycle` to `2.3.0`
* Migrate `ProgressBar` to `CircularProgressIndicator`

## 16.2.1 - 2021-01-29
* [#3275](https://github.com/stripe/stripe-android/pull/3257) Fix spinner positioning in `CardMultilineWidget`
Expand Down
2 changes: 1 addition & 1 deletion stripe/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
implementation 'com.google.android.gms:play-services-wallet:18.1.2'
implementation "com.google.android.material:material:$materialVersion"

implementation "com.stripe:stripe-3ds2-android:5.1.1"
implementation "com.stripe:stripe-3ds2-android:5.2.0"

implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlinVersion"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinCoroutinesVersion"
Expand Down

0 comments on commit 3c05eb0

Please sign in to comment.