Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit 68187c7

Browse files
fix(deps): update dependency com.google.guava:guava to v33
1 parent 46ed010 commit 68187c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ androidx-work-ktx = { module = "androidx.work:work-runtime-ktx", version.ref = "
9191
# Google
9292
google-material = { module = "com.google.android.material:material", version = "1.9.0" }
9393
google-gson = { module = "com.google.code.gson:gson", version = "2.10.1" }
94-
google-guava = { module = "com.google.guava:guava", version = "32.0.0-android" }
94+
google-guava = { module = "com.google.guava:guava", version = "33.0.0-jre" }
9595
google-auto-value-annotations = { module = "com.google.auto.value:auto-value-annotations", version = "1.10.4" }
9696
google-auto-value-ap = { module = "com.google.auto.value:auto-value", version = "1.10.4" }
9797
google-auto-service-annotations = { module = "com.google.auto.service:auto-service-annotations", version = "1.1.1" }

0 commit comments

Comments
 (0)