Skip to content

Commit

Permalink
Bump com.google.zxing:core from 3.5.2 to 3.5.3 in /android-refimpl-app
Browse files Browse the repository at this point in the history
Bumps [com.google.zxing:core](https://github.com/zxing/zxing) from 3.5.2 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.5.2...zxing-3.5.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent 4a28b03 commit 166f234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android-refimpl-app/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ dependencies {
implementation('com.mikepenz:material-design-iconic-typeface:2.2.0.5@aar') {
exclude group: 'com.android.support'
}
implementation('com.google.zxing:core:3.5.2') {
implementation('com.google.zxing:core:3.5.3') {
exclude group: 'com.android.support'
}
//
Expand Down

0 comments on commit 166f234

Please sign in to comment.