#KefahB
1 messages · Page 1 of 1 (latest)
dependencies {
implementation('com.stripe:stripe-android:20.17.0'){
transitive = true
}
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.2'
implementation "androidx.lifecycle:lifecycle-livedata:2.2.0"
implementation "androidx.lifecycle:lifecycle-extensions:2.2.0"
}
Hi there, so you have updated your Stripe API version to 2022-08-01 but you need to create a EphemeralKey for version 2020-03-02, is this the correct understanding?