fix(deps): update dependency com.google.guava:guava to v32

This commit is contained in:
renovate[bot] 2023-11-29 12:59:32 +00:00 committed by GitHub
parent e5d083fe79
commit 9e2e85ae3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ buildscript {
ext.kotlin_coroutines_version = '1.7.1'
ext.work_version = '2.7.1'
ext.concurrent_version = '1.1.0'
ext.guava_version = '31.0.1-android'
ext.guava_version = '32.1.3-jre'
ext.glide_version = '4.14.2'
repositories {
google()