From f7d421dc0f7f6931f557e5d38233b23efcb91a76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jun 2022 04:38:52 +0000 Subject: [PATCH] chore(deps): bump zxing-lite from 2.1.1 to 2.2.0 in /app Bumps [zxing-lite](https://github.com/jenly1314/ZXingLite) from 2.1.1 to 2.2.0. - [Release notes](https://github.com/jenly1314/ZXingLite/releases) - [Commits](https://github.com/jenly1314/ZXingLite/compare/2.1.1...2.2.0) --- updated-dependencies: - dependency-name: com.github.jenly1314:zxing-lite dependency-type: direct:production update-type: version-update:semver-minor ... 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 b1602ee02..c9375a95b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -234,7 +234,7 @@ dependencies { implementation("org.nanohttpd:nanohttpd-websocket:$nanoHttpdVersion") //二维码 - implementation('com.github.jenly1314:zxing-lite:2.1.1') + implementation('com.github.jenly1314:zxing-lite:2.2.0') //颜色选择 implementation('com.jaredrummler:colorpicker:1.1.0')