From d61d30c77e1ca3a7e2662a4149af8468c84b6f8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 13:24:09 +0800 Subject: [PATCH] Bump me.zhanghai.android.libarchive:library from 1.0.1 to 1.0.2 (#3393) Bumps [me.zhanghai.android.libarchive:library](https://github.com/zhanghai/libarchive-android) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/zhanghai/libarchive-android/releases) - [Commits](https://github.com/zhanghai/libarchive-android/compare/v1.0.1...v1.0.2) --- updated-dependencies: - dependency-name: me.zhanghai.android.libarchive:library dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index b3e72535b..4ba5d900c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -240,7 +240,7 @@ dependencies { implementation('com.jaredrummler:colorpicker:1.1.0') //压缩解压 - implementation 'me.zhanghai.android.libarchive:library:1.0.1' + implementation 'me.zhanghai.android.libarchive:library:1.0.2' //apache implementation('org.apache.commons:commons-text:1.10.0')