Update Zstandard bindings
This commit is contained in:
parent
ce0a1d1051
commit
b828232847
@ -31,7 +31,7 @@ dependencies {
|
||||
compile("org.apache.commons:commons-compress:1.15")
|
||||
compile("org.tukaani:xz:1.8")
|
||||
compile("net.jpountz.lz4:lz4:1.3.0")
|
||||
compile("com.github.luben:zstd-jni:1.3.3-3")
|
||||
compile("com.github.luben:zstd-jni:1.3.4-1")
|
||||
compile("org.anarres.lzo:lzo-core:1.0.5")
|
||||
|
||||
compile("org.meteogroup.jbrotli:jbrotli:0.5.0")
|
||||
@ -50,4 +50,4 @@ val jar by tasks.getting(Jar::class) {
|
||||
val wrapper by tasks.creating(Wrapper::class) {
|
||||
gradleVersion = "4.5"
|
||||
distributionUrl = "https://services.gradle.org/distributions/gradle-$gradleVersion-all.zip"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user