build.gradle: Update Guava to 31.0.1-android.

This commit is contained in:
Andreas Schildbach 2021-09-25 23:29:16 +02:00
parent e9b42eae6d
commit d0f6e0afca

View file

@ -9,7 +9,7 @@ version = '0.16-SNAPSHOT'
dependencies { dependencies {
api 'org.bouncycastle:bcprov-jdk15to18:1.69' api 'org.bouncycastle:bcprov-jdk15to18:1.69'
api 'com.google.guava:guava:30.0-android' api 'com.google.guava:guava:31.0.1-android'
api 'com.google.protobuf:protobuf-javalite:3.13.0' api 'com.google.protobuf:protobuf-javalite:3.13.0'
api 'com.squareup.okhttp3:okhttp:3.12.13' api 'com.squareup.okhttp3:okhttp:3.12.13'
implementation 'org.slf4j:slf4j-api:1.7.32' implementation 'org.slf4j:slf4j-api:1.7.32'