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] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-06-23 08:00:28 +00:00
committed by GitHub
parent 6026b45aac
commit 910b8ce744
+1 -1
View File
@@ -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')