Skip to content

Commit

Permalink
Bump com.google.zxing:core from 3.3.0 to 3.5.3
Browse files Browse the repository at this point in the history
Bumps [com.google.zxing:core](https://github.com/zxing/zxing) from 3.3.0 to 3.5.3.
- [Release notes](https://github.com/zxing/zxing/releases)
- [Changelog](https://github.com/zxing/zxing/blob/master/CHANGES)
- [Commits](zxing/zxing@zxing-3.3.0...zxing-3.5.3)

---
updated-dependencies:
- dependency-name: com.google.zxing:core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent a6d006e commit 20e2edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ dependencies {
// https://github.com/ligi/PassAndroid/issues/181
// Don't upgrade before minSDK 19 - or replace zxing
//noinspection GradleDependency
implementation 'com.google.zxing:core:3.3.0'
implementation 'com.google.zxing:core:3.5.3'

debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.14'

Expand Down

0 comments on commit 20e2edd

Please sign in to comment.