Skip to content

Commit

Permalink
Bump com.google.zxing:core from 3.3.0 to 3.5.2
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.2.
- [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.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 4, 2023
1 parent 8f5b30f commit 0cd44f2
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 @@ -195,7 +195,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.2'

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

Expand Down

0 comments on commit 0cd44f2

Please sign in to comment.