Skip to content

Commit 6db767b

Browse files
committed
bump stripe, firestack versions
1 parent e5ce515 commit 6db767b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

app/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -286,11 +286,11 @@ dependencies {
286286
fullImplementation 'com.github.kirich1409:viewbindingpropertydelegate-noreflection:1.5.9'
287287

288288
// from: https://jitpack.io/#celzero/firestack
289-
download 'com.github.celzero:firestack:930a819ce1@aar'
290-
websiteImplementation 'com.github.celzero:firestack:930a819ce1@aar'
291-
fdroidImplementation 'com.github.celzero:firestack:930a819ce1@aar'
289+
download 'com.github.celzero:firestack:18e9d907b3@aar'
290+
websiteImplementation 'com.github.celzero:firestack:18e9d907b3@aar'
291+
fdroidImplementation 'com.github.celzero:firestack:18e9d907b3@aar'
292292
// debug symbols
293-
playImplementation 'com.github.celzero:firestack:930a819ce1:debug@aar'
293+
playImplementation 'com.github.celzero:firestack:18e9d907b3:debug@aar'
294294

295295
// Work manager
296296
implementation('androidx.work:work-runtime-ktx:2.10.0') {
@@ -335,8 +335,8 @@ dependencies {
335335
// for in-app purchases
336336
playImplementation 'com.android.billingclient:billing:7.1.1'
337337
// for stripe payment gateway
338-
websiteImplementation 'com.stripe:stripe-android:21.8.0'
339-
fdroidImplementation 'com.stripe:stripe-android:21.7.1'
338+
websiteImplementation 'com.stripe:stripe-android:21.10.0'
339+
fdroidImplementation 'com.stripe:stripe-android:21.10.0'
340340
}
341341

342342
// github.com/michel-kraemer/gradle-download-task/issues/131#issuecomment-464476903

0 commit comments

Comments
 (0)