From 050a1aa87e45fdf901cf13b84b8a8f08818722d3 Mon Sep 17 00:00:00 2001 From: Hai Zhang Date: Fri, 15 Sep 2023 20:25:39 -0700 Subject: [PATCH] [Fix] Update libarchive to fix 7z creation on older platforms. Fixes: #1027 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index e8d5fd7ad..319278029 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -187,7 +187,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.1' + implementation 'me.zhanghai.android.libarchive:library:1.0.2' 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'