From f73100e0426cc15e93b3c3e6bb1c5ce0abfbf737 Mon Sep 17 00:00:00 2001 From: hussainmohd-a Date: Fri, 24 May 2024 21:33:12 +0530 Subject: [PATCH] bump firestack version for v055k --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index e11bd7e4b..dfdaa6f48 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -250,8 +250,8 @@ dependencies { fullImplementation 'com.github.kirich1409:viewbindingpropertydelegate-noreflection:1.5.9' // from: https://jitpack.io/#celzero/firestack - download 'com.github.celzero:firestack:6000e8793b@aar' - implementation 'com.github.celzero:firestack:6000e8793b@aar' + download 'com.github.celzero:firestack:177d6a51d8@aar' + implementation 'com.github.celzero:firestack:177d6a51d8@aar' // Work manager implementation('androidx.work:work-runtime-ktx:2.9.0') {