Forge xz library supported

This commit is contained in:
huangyuhui
2018-02-26 11:14:53 +08:00
parent 13a24d5b00
commit 30b276ec1a
6 changed files with 181 additions and 10 deletions

View File

@@ -49,6 +49,7 @@ allprojects {
dependencies {
compile "com.google.code.gson:gson:2.8.2"
compile "org.apache.commons:commons-compress:1.15"
compile "org.tukaani:xz:1.2"
testCompile group: 'junit', name: 'junit', version: '4.12'
}