Skip to content

Commit

Permalink
remove zstd lib
Browse files Browse the repository at this point in the history
  • Loading branch information
WirelessAlien committed Dec 19, 2024
1 parent 4809022 commit 5c1cace
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,6 @@ dependencies {
implementation 'org.apache.commons:commons-compress:1.27.1'
implementation 'org.tukaani:xz:1.10'

//zstd-jni
implementation "com.github.luben:zstd-jni:1.5.6-3"

//zip4j
implementation 'net.lingala.zip4j:zip4j:2.11.5'

Expand Down
20 changes: 20 additions & 0 deletions app/src/main/res/xml/file_paths.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?><!--
~ Copyright (C) 2023 WirelessAlien <https://github.com/WirelessAlien>
~
~ This program is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ any later version.
~
~ This program is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <https://www.gnu.org/licenses/>.
-->

<paths>
<external-path name="external_files" path="." />
</paths>

0 comments on commit 5c1cace

Please sign in to comment.