From 6ba5557e27d1bb67ec22cb3298ceb16496a5c5e1 Mon Sep 17 00:00:00 2001 From: hussainmohd-a Date: Wed, 24 Apr 2024 23:35:23 +0530 Subject: [PATCH] bump firestack version v055f --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 7fb2cd972..28f80bdc8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -247,8 +247,8 @@ dependencies { fullImplementation 'com.github.kirich1409:viewbindingpropertydelegate-noreflection:1.5.9' // from: https://jitpack.io/#celzero/firestack - download 'com.github.celzero:firestack:734a7518f1@aar' - implementation 'com.github.celzero:firestack:734a7518f1@aar' + download 'com.github.celzero:firestack:602a1e456d@aar' + implementation 'com.github.celzero:firestack:602a1e456d@aar' // Work manager implementation('androidx.work:work-runtime-ktx:2.9.0') {