Bump com.google.guava:guava from 33.0.0-android to 33.4.0-android

Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.0.0-android to 33.4.0-android.
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-01-10 09:48:43 +00:00 committed by GitHub
parent 2e33a52bd4
commit a40a721e77
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -126,7 +126,7 @@ dependencies {
implementation("com.android.tools.smali:smali-dexlib2:3.0.8") {
exclude group: "com.google.guava", module: "guava"
}
implementation "com.google.guava:guava:33.0.0-android"
implementation "com.google.guava:guava:33.4.0-android"
playImplementation "com.google.android.play:app-update-ktx:2.1.0"
playImplementation "com.google.android.gms:play-services-mlkit-barcode-scanning:18.3.1"
}