fix: Downgrade dependency me.zhanghai.android.libarchive:library to v1.1.2

Causing segmentation fault on some devices
This commit is contained in:
Ahmad Ansori Palembani 2024-12-15 09:16:17 +07:00
parent 59a8bfc7aa
commit 1bbfd97b30
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
2 changed files with 2 additions and 1 deletions

View file

@ -16,6 +16,7 @@ The format is simplified version of [Keep a Changelog](https://keepachangelog.co
- Update plugin kotlinter to v5 - Update plugin kotlinter to v5
- Update plugin gradle-versions to v0.51.0 - Update plugin gradle-versions to v0.51.0
- Update kotlin monorepo to v2.1.0 - Update kotlin monorepo to v2.1.0
- Downgrade dependency me.zhanghai.android.libarchive:library to v1.1.2
## [1.9.4] ## [1.9.4]

View file

@ -54,7 +54,7 @@ kotest-assertions = { module = "io.kotest:kotest-assertions-core", version = "5.
leakcanary-android = { module = "com.squareup.leakcanary:leakcanary-android", version.ref = "leakcanary" } leakcanary-android = { module = "com.squareup.leakcanary:leakcanary-android", version.ref = "leakcanary" }
leakcanary-plumber = { module = "com.squareup.leakcanary:plumber-android", version.ref = "leakcanary" } leakcanary-plumber = { module = "com.squareup.leakcanary:plumber-android", version.ref = "leakcanary" }
libarchive = { module = "me.zhanghai.android.libarchive:library", version = "1.1.4" } libarchive = { module = "me.zhanghai.android.libarchive:library", version = "1.1.2" }
material = { module = "com.google.android.material:material", version = "1.12.0" } material = { module = "com.google.android.material:material", version = "1.12.0" }
markwon = { module = "io.noties.markwon:core", version = "4.6.2" } markwon = { module = "io.noties.markwon:core", version = "4.6.2" }