From 003fed8009cc3425673211da65220672df9e9f16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 10:58:51 +0800 Subject: [PATCH] Bump me.zhanghai.android.libarchive:library from 1.0.3 to 1.1.0 (#4144) Bumps [me.zhanghai.android.libarchive:library](https://github.com/zhanghai/libarchive-android) from 1.0.3 to 1.1.0. - [Release notes](https://github.com/zhanghai/libarchive-android/releases) - [Commits](https://github.com/zhanghai/libarchive-android/compare/v1.0.3...v1.1.0) --- updated-dependencies: - dependency-name: me.zhanghai.android.libarchive:library dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 03ffc76be..988016e0a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -15,7 +15,7 @@ fragment = "1.6.2" #不要更新版本 hutool = "5.8.22" -libarchive = "1.0.3" +libarchive = "1.1.0" lifecycle = "2.7.0" glide = "4.16.0" gson = "2.10.1"