Skip to content

Commit f286cb8

Browse files
Bump version to 23.14.0 (#13710)
1 parent 00f7f24 commit f286cb8

6 files changed

Lines changed: 8 additions & 6 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.13.1"
4+
internal const val VERSION_NAME = "23.14.0"
55
}

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# CHANGELOG
22

3-
NEXT_VERSION_BUMP: MINOR
3+
NEXT_VERSION_BUMP: PATCH
44
## XX.XX.XX - 20XX-XX-XX
55

6+
## 23.14.0 - 2026-08-03
7+
68
### CryptoOnramp
79
* [ADDED] Added Tempo as a supported wallet network and pinned Crypto Onramp internal API calls to the preview API version required by newer networks.
810

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.13.1'
70+
implementation 'com.stripe:stripe-android:23.14.0'
7171
}
7272
```
7373

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
23.13.1
1+
23.14.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.13.1
26+
VERSION_NAME=23.14.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.13.1"
11+
const val VERSION_NAME = "23.14.0"
1212
const val VERSION: String = "AndroidBindings/$VERSION_NAME"
1313
}

0 commit comments

Comments
 (0)