Skip to content

Commit

Permalink
[Fix] Update libarchive to fix 7z creation on older platforms.
Browse files Browse the repository at this point in the history
Fixes: #1027
  • Loading branch information
zhanghai committed Sep 16, 2023
1 parent 0d65ef1 commit 050a1aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 050a1aa

Please sign in to comment.