mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-07 18:38:48 +00:00
build.gradle: update Guava to 31.1-android
This commit is contained in:
parent
c14a230d94
commit
e34ea78a49
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,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:31.0.1-android'
|
implementation 'com.google.guava:guava:31.1-android'
|
||||||
implementation 'org.osmdroid:osmdroid-android:6.1.11'
|
implementation 'org.osmdroid:osmdroid-android:6.1.11'
|
||||||
implementation 'org.slf4j:slf4j-api:1.7.36'
|
implementation 'org.slf4j:slf4j-api:1.7.36'
|
||||||
implementation 'com.github.tony19:logback-android:2.0.0'
|
implementation 'com.github.tony19:logback-android:2.0.0'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue