mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-05-24 23:01:22 -04:00
chore(deps): update com.github.luben:zstd-jni to v1.5.7-9 (#5556)
This commit is contained in:
@@ -56,7 +56,7 @@ kotlin {
|
||||
|
||||
jvmMain.dependencies {
|
||||
// Desktop JVM: standard JAR bundles native libs for desktop archs.
|
||||
implementation("com.github.luben:zstd-jni:1.5.7-8")
|
||||
implementation("com.github.luben:zstd-jni:1.5.7-9")
|
||||
// xpp3 is excluded from jvmAndroidMain (Android ships it as a
|
||||
// platform class), but Desktop JVM still needs it for XmlPullParser.
|
||||
implementation("org.ogce:xpp3:1.1.6")
|
||||
@@ -66,7 +66,7 @@ kotlin {
|
||||
// Android: @aar variant ships .so files for arm/arm64/x86/x86_64.
|
||||
// Without this, zstd-jni's ZstdDictCompress.<clinit> throws
|
||||
// UnsatisfiedLinkError and poisons TakV2Compressor permanently.
|
||||
implementation("com.github.luben:zstd-jni:1.5.7-8@aar")
|
||||
implementation("com.github.luben:zstd-jni:1.5.7-9@aar")
|
||||
}
|
||||
|
||||
commonTest.dependencies {
|
||||
|
||||
Reference in New Issue
Block a user