From 71f2bdb907ee796012bb140844a6644b3dac8549 Mon Sep 17 00:00:00 2001 From: Hai Zhang Date: Fri, 25 Oct 2024 21:47:13 -0700 Subject: [PATCH] Build: Update dependencies --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 168a1d7ec..f3ef94682 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -194,7 +194,7 @@ dependencies { implementation 'me.zhanghai.android.appiconloader:appiconloader:1.5.0' implementation 'me.zhanghai.android.fastscroll:library:1.3.0' implementation 'me.zhanghai.android.foregroundcompat:library:1.0.2' - implementation 'me.zhanghai.android.libarchive:library:1.1.3' + implementation 'me.zhanghai.android.libarchive:library:1.1.4' implementation 'me.zhanghai.android.libselinux:library:2.1.0' implementation 'me.zhanghai.android.retrofile:library:1.2.0' implementation 'me.zhanghai.android.systemuihelper:library:1.0.0' @@ -211,7 +211,7 @@ dependencies { implementation 'org.slf4j:slf4j-android:1.7.36' //#ifdef NONFREE - implementation platform('com.google.firebase:firebase-bom:33.4.0') + implementation platform('com.google.firebase:firebase-bom:33.5.1') implementation 'com.google.firebase:firebase-analytics' implementation 'com.google.firebase:firebase-crashlytics-ndk' //#endif