Merge pull request #4 from alphax-hue3682/dependabot/gradle/com.google.guava-guava-33.4.0-android

Bump com.google.guava:guava from 33.0.0-android to 33.4.0-android
This commit is contained in:
alphax-hue3682 2025-01-10 13:23:20 +03:30 committed by GitHub
commit 01ce6d9e9c
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.9") {
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"
}