build.gradle: Update Guava to 30.1-android.

This commit is contained in:
Andreas Schildbach 2020-12-21 15:29:16 +01:00
parent 4716531e98
commit ab3a278da0

View file

@ -15,7 +15,7 @@ dependencies {
implementation 'com.squareup.okhttp3:okhttp:3.12.12' implementation 'com.squareup.okhttp3:okhttp:3.12.12'
//noinspection GradleDependency //noinspection GradleDependency
implementation 'com.squareup.okhttp3:logging-interceptor:3.12.12' implementation 'com.squareup.okhttp3:logging-interceptor:3.12.12'
implementation 'com.google.guava:guava:30.0-android' implementation 'com.google.guava:guava:30.1-android'
implementation 'org.slf4j:slf4j-api:1.7.30' implementation 'org.slf4j:slf4j-api:1.7.30'
implementation 'com.google.code.findbugs:jsr305:3.0.2' implementation 'com.google.code.findbugs:jsr305:3.0.2'
implementation 'org.json:json:20090211' // provided by Android implementation 'org.json:json:20090211' // provided by Android