Skip to content

Commit ef2197f

Browse files
committed
Bump version to 16.10.0
1 parent d68e386 commit ef2197f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Add `stripe-android` to your `build.gradle` dependencies.
6060

6161
```
6262
dependencies {
63-
implementation 'com.stripe:stripe-android:16.9.0'
63+
implementation 'com.stripe:stripe-android:16.10.0'
6464
}
6565
```
6666

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.9.0
1+
16.10.0

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ android.useAndroidX=true
1616
android.enableJetifier=false
1717

1818
# Update Stripe.VERSION_NAME when publishing a new release
19-
VERSION_NAME=16.9.0
19+
VERSION_NAME=16.10.0

payments-core/src/main/java/com/stripe/android/Stripe.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2075,7 +2075,7 @@ class Stripe internal constructor(
20752075
@JvmField
20762076
val API_VERSION: String = ApiVersion.get().code
20772077

2078-
internal const val VERSION_NAME = "16.9.0"
2078+
internal const val VERSION_NAME = "16.10.0"
20792079
const val VERSION: String = "AndroidBindings/$VERSION_NAME"
20802080

20812081
/**

0 commit comments

Comments
 (0)