From 910b8ce74489034007965574160a158c1c9844a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jun 2022 08:00:28 +0000 Subject: [PATCH] chore(deps): bump zxing-lite from 2.2.0 to 2.2.1 in /app Bumps [zxing-lite](https://github.com/jenly1314/ZXingLite) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/jenly1314/ZXingLite/releases) - [Commits](https://github.com/jenly1314/ZXingLite/compare/2.2.0...2.2.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 c416bea90..f8f93586a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -235,7 +235,7 @@ dependencies { implementation("org.nanohttpd:nanohttpd-websocket:$nanoHttpdVersion") //二维码 - implementation('com.github.jenly1314:zxing-lite:2.2.0') + implementation('com.github.jenly1314:zxing-lite:2.2.1') //颜色选择 implementation('com.jaredrummler:colorpicker:1.1.0')