build.gradle: update Guava to 33.3.0-android

This commit is contained in:
Andreas Schildbach 2024-08-30 16:25:38 +02:00
parent 1fa69af5df
commit ef540ce8f3

View file

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