File tree Expand file tree Collapse file tree
3ds2sdk/src/main/kotlin/com/stripe/android/stripe3ds2
stripe-core/src/main/java/com/stripe/android/core/version Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11package com.stripe.android.stripe3ds2
22
33internal object SdkVersion {
4- internal const val VERSION_NAME = " 22.2 .0"
4+ internal const val VERSION_NAME = " 22.3 .0"
55}
Original file line number Diff line number Diff line change 22
33## XX.XX.XX - 20XX-XX-XX
44
5+ ## 22.3.0 - 2025-12-01
6+
57### Payment Method Messaging
68* [ Added] Payment Method Messaging Element is now available in public preview.
79
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ Add `stripe-android` to your `build.gradle` dependencies.
6666
6767```
6868dependencies {
69- implementation 'com.stripe:stripe-android:22.2 .0'
69+ implementation 'com.stripe:stripe-android:22.3 .0'
7070}
7171```
7272
Original file line number Diff line number Diff line change 1- 22.2 .0
1+ 22.3 .0
Original file line number Diff line number Diff line change @@ -24,4 +24,4 @@ org.gradle.configuration-cache=true
2424org.gradle.configuration-cache.problems =warn
2525
2626# Update StripeSdkVersion.VERSION_NAME when publishing a new release
27- VERSION_NAME =22.2 .0
27+ VERSION_NAME =22.3 .0
Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ package com.stripe.android.core.version
88 *
99 */
1010object StripeSdkVersion {
11- const val VERSION_NAME = " 22.2 .0"
11+ const val VERSION_NAME = " 22.3 .0"
1212 const val VERSION : String = " AndroidBindings/$VERSION_NAME "
1313}
You can’t perform that action at this time.
0 commit comments