Skip to content

Commit 2b2ac0a

Browse files
authored
Bump version to 22.6.0 (#12219)
1 parent 33095a9 commit 2b2ac0a

6 files changed

Lines changed: 7 additions & 5 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package com.stripe.android.stripe3ds2
22

33
internal object SdkVersion {
4-
internal const val VERSION_NAME = "22.5.0"
4+
internal const val VERSION_NAME = "22.6.0"
55
}

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## XX.XX.XX - 20XX-XX-XX
44

5+
## 22.6.0 - 2026-01-12
6+
57
### PaymentSheet
68
* [Added] Custom Payment Methods is now generally available, learn more by visiting the [docs](https://docs.stripe.com/payments/mobile/custom-payment-methods).
79

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Add `stripe-android` to your `build.gradle` dependencies.
6666

6767
```
6868
dependencies {
69-
implementation 'com.stripe:stripe-android:22.5.0'
69+
implementation 'com.stripe:stripe-android:22.6.0'
7070
}
7171
```
7272

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.5.0
1+
22.6.0

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ org.gradle.configuration-cache=true
2424
org.gradle.configuration-cache.problems=warn
2525

2626
# Update StripeSdkVersion.VERSION_NAME when publishing a new release
27-
VERSION_NAME=22.5.0
27+
VERSION_NAME=22.6.0

stripe-core/src/main/java/com/stripe/android/core/version/StripeSdkVersion.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ package com.stripe.android.core.version
88
*
99
*/
1010
object StripeSdkVersion {
11-
const val VERSION_NAME = "22.5.0"
11+
const val VERSION_NAME = "22.6.0"
1212
const val VERSION: String = "AndroidBindings/$VERSION_NAME"
1313
}

0 commit comments

Comments
 (0)