From cd88eb5ba4ef6c136fc5c1237b31e70627b4d5ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 05:15:02 +0000 Subject: [PATCH] Bump com.github.jenly1314:zxing-lite from 2.3.0 to 2.3.1 in /app Bumps [com.github.jenly1314:zxing-lite](https://github.com/jenly1314/ZXingLite) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/jenly1314/ZXingLite/releases) - [Commits](https://github.com/jenly1314/ZXingLite/compare/2.3.0...2.3.1) --- updated-dependencies: - dependency-name: com.github.jenly1314:zxing-lite dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index cbf4aae14..2965ba11c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -219,7 +219,7 @@ dependencies { implementation("org.nanohttpd:nanohttpd-websocket:$nanoHttpdVersion") //二维码 - implementation('com.github.jenly1314:zxing-lite:2.3.0') + implementation('com.github.jenly1314:zxing-lite:2.3.1') //颜色选择 implementation('com.jaredrummler:colorpicker:1.1.0')