mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-07 18:48:48 +00:00
Update Guava to 27.0.1-android.
This commit is contained in:
parent
6574b7db44
commit
69e617331b
1 changed files with 1 additions and 3 deletions
|
@ -6,8 +6,6 @@ configurations {
|
|||
all*.exclude group: 'net.sf.kxml', module: 'kxml2'
|
||||
all*.exclude group: 'androidx.legacy', module: 'legacy-support-core-ui'
|
||||
all*.exclude group: 'androidx.lifecycle', module: 'lifecycle-runtime'
|
||||
all*.exclude group: 'com.google.guava', module: 'listenablefuture'
|
||||
all*.exclude group: 'com.google.guava', module: 'failureaccess'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
@ -18,7 +16,7 @@ dependencies {
|
|||
compile 'androidx.drawerlayout:drawerlayout:1.0.0'
|
||||
compile 'com.squareup.okhttp3:okhttp:3.12.0'
|
||||
compile 'com.squareup.okhttp3:logging-interceptor:3.12.0'
|
||||
compile 'com.google.guava:guava:27.0-android'
|
||||
compile 'com.google.guava:guava:27.0.1-android'
|
||||
compile 'org.osmdroid:osmdroid-android:6.0.2'
|
||||
compile 'org.slf4j:slf4j-api:1.7.25'
|
||||
compile 'com.github.tony19:logback-android:1.3.0-2'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue