From 5127250961085c020cb040dbaf7a0c743dfc771b Mon Sep 17 00:00:00 2001 From: Hai Zhang Date: Mon, 24 Jun 2024 13:00:09 -0700 Subject: [PATCH] Build: Update libarchive-android --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 2cf474e5e..0ed0b29fc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -193,7 +193,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.0.3' + implementation 'me.zhanghai.android.libarchive:library:1.1.0' implementation 'me.zhanghai.android.libselinux:library:2.1.0' implementation 'me.zhanghai.android.retrofile:library:1.1.1' implementation 'me.zhanghai.android.systemuihelper:library:1.0.0'