Commit ef2197f 1 parent d68e386 commit ef2197f Copy full SHA for ef2197f
File tree 4 files changed +4
-4
lines changed
payments-core/src/main/java/com/stripe/android
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ Add `stripe-android` to your `build.gradle` dependencies.
60
60
61
61
```
62
62
dependencies {
63
- implementation 'com.stripe:stripe-android:16.9 .0'
63
+ implementation 'com.stripe:stripe-android:16.10 .0'
64
64
}
65
65
```
66
66
Original file line number Diff line number Diff line change 1
- 16.9 .0
1
+ 16.10 .0
Original file line number Diff line number Diff line change @@ -16,4 +16,4 @@ android.useAndroidX=true
16
16
android.enableJetifier =false
17
17
18
18
# Update Stripe.VERSION_NAME when publishing a new release
19
- VERSION_NAME =16.9 .0
19
+ VERSION_NAME =16.10 .0
Original file line number Diff line number Diff line change @@ -2075,7 +2075,7 @@ class Stripe internal constructor(
2075
2075
@JvmField
2076
2076
val API_VERSION : String = ApiVersion .get().code
2077
2077
2078
- internal const val VERSION_NAME = " 16.9 .0"
2078
+ internal const val VERSION_NAME = " 16.10 .0"
2079
2079
const val VERSION : String = " AndroidBindings/$VERSION_NAME "
2080
2080
2081
2081
/* *
You can’t perform that action at this time.
0 commit comments