File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
src/main/kotlin/com/stripe/android/stripe3ds2 Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 6.2.0 - 2024-11-19
4+ - [ #9639 ] ( https://github.com/stripe/stripe-android/pull/9639 ) Update 3DS spec to 2.2
5+
36## 6.1.8 - 2024-01-25
47- [ #11535 ] ( https://git.corp.stripe.com/stripe-internal/android/pull/11535 ) Add tink to proguard rules.
58
Original file line number Diff line number Diff line change 1- 6.1.8
1+ 6.2.0
Original file line number Diff line number Diff line change 11# Update SdkVersion when publishing a new release
2- VERSION_NAME =6.1.8
2+ VERSION_NAME =6.2.0
33STRIPE_ANDROID_NAMESPACE =com.stripe.android.stripe3ds2
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ package com.stripe.android.stripe3ds2
22
33internal object SdkVersion {
44 // update these values when publishing a new release
5- internal const val VERSION_NAME = " 6.1.8 "
6- internal const val VERSION_CODE = 25
5+ internal const val VERSION_NAME = " 6.2.0 "
6+ internal const val VERSION_CODE = 26
77}
You can’t perform that action at this time.
0 commit comments