fix(deps): update dependency com.google.guava:guava to v32
This commit is contained in:
parent
e5d083fe79
commit
9e2e85ae3f
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ buildscript {
|
||||||
ext.kotlin_coroutines_version = '1.7.1'
|
ext.kotlin_coroutines_version = '1.7.1'
|
||||||
ext.work_version = '2.7.1'
|
ext.work_version = '2.7.1'
|
||||||
ext.concurrent_version = '1.1.0'
|
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'
|
ext.glide_version = '4.14.2'
|
||||||
repositories {
|
repositories {
|
||||||
google()
|
google()
|
||||||
|
|
Loading…
Reference in a new issue