Skip to content

Commit 89436f5

Browse files
Bump version to 23.2.0 (#12795)
1 parent 42d5593 commit 89436f5

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 = "23.1.0"
4+
internal const val VERSION_NAME = "23.2.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+
## 23.2.0 - 2026-03-30
6+
57
Dependencies updated in [12785](https://github.com/stripe/stripe-android/pull/12785) and [12786](https://github.com/stripe/stripe-android/pull/12786):
68
- Rolled back kotlin to 2.2.21 from 2.3.10.
79
- Bumped Compose from 1.10.4 to 1.10.6.

README.md

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

6868
```
6969
dependencies {
70-
implementation 'com.stripe:stripe-android:23.1.0'
70+
implementation 'com.stripe:stripe-android:23.2.0'
7171
}
7272
```
7373

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
23.1.0
1+
23.2.0

gradle.properties

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

2525
# Update StripeSdkVersion.VERSION_NAME when publishing a new release
26-
VERSION_NAME=23.1.0
26+
VERSION_NAME=23.2.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 = "23.1.0"
11+
const val VERSION_NAME = "23.2.0"
1212
const val VERSION: String = "AndroidBindings/$VERSION_NAME"
1313
}

0 commit comments

Comments
 (0)