mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-07 18:38:48 +00:00
build.gradle: update Guava to 33.2.1-android
This commit is contained in:
parent
2c3249838a
commit
c6dcce6049
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ dependencies {
|
||||||
implementation 'com.squareup.okhttp3:okhttp:3.12.13'
|
implementation 'com.squareup.okhttp3:okhttp:3.12.13'
|
||||||
//noinspection GradleDependency
|
//noinspection GradleDependency
|
||||||
implementation 'com.squareup.okhttp3:logging-interceptor:3.12.13'
|
implementation 'com.squareup.okhttp3:logging-interceptor:3.12.13'
|
||||||
implementation 'com.google.guava:guava:33.2.0-android'
|
implementation 'com.google.guava:guava:33.2.1-android'
|
||||||
implementation 'org.osmdroid:osmdroid-android:6.1.17'
|
implementation 'org.osmdroid:osmdroid-android:6.1.17'
|
||||||
//noinspection GradleDependency
|
//noinspection GradleDependency
|
||||||
implementation 'org.slf4j:slf4j-api:2.0.9'
|
implementation 'org.slf4j:slf4j-api:2.0.9'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue