build.gradle: update Guava to 31.1-android

This commit is contained in:
Andreas Schildbach 2022-04-01 18:06:08 +02:00
parent f33af0316c
commit bd0672249a

View file

@ -11,7 +11,7 @@ version = '0.17-SNAPSHOT'
dependencies {
api 'org.bouncycastle:bcprov-jdk15to18:1.71'
api 'com.google.guava:guava:31.0.1-android'
api 'com.google.guava:guava:31.1-android'
api 'com.google.protobuf:protobuf-javalite:3.19.4'
api 'com.squareup.okhttp3:okhttp:3.14.9'
implementation 'org.slf4j:slf4j-api:1.7.36'