mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-07 06:08:51 +00:00
build.gradle: update Guava to 32.1.3-android
This commit is contained in:
parent
1eda102dc0
commit
80daf5c5c6
2 changed files with 5 additions and 4 deletions
|
@ -23,7 +23,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:31.1-android'
|
||||
implementation 'com.google.guava:guava:32.1.3-android'
|
||||
implementation 'org.osmdroid:osmdroid-android:6.1.14'
|
||||
implementation 'org.slf4j:slf4j-api:2.0.9'
|
||||
implementation 'com.github.tony19:logback-android:3.0.0'
|
||||
|
|
|
@ -71,15 +71,16 @@
|
|||
|
||||
# Guava
|
||||
-dontwarn sun.misc.Unsafe
|
||||
-dontwarn java.lang.ClassValue
|
||||
-dontwarn com.google.errorprone.annotations.**
|
||||
-dontwarn afu.org.checkerframework.checker.**,org.checkerframework.checker.**
|
||||
-dontwarn javax.lang.model.element.Modifier
|
||||
-dontwarn com.google.common.reflect.Invokable,com.google.common.reflect.Invokable$**
|
||||
-dontwarn java.lang.reflect.AnnotatedType
|
||||
-dontnote com.google.common.reflect.**
|
||||
-dontnote com.google.appengine.**
|
||||
-dontnote com.google.apphosting.**
|
||||
-dontnote com.google.common.cache.Striped64,com.google.common.cache.Striped64$Cell
|
||||
-dontnote com.google.common.hash.Striped64,com.google.common.hash.Striped64$Cell
|
||||
-dontnote com.google.common.util.concurrent.AbstractFuture$UnsafeAtomicHelper
|
||||
-dontnote com.google.common.io.TempFileCreator,com.google.common.io.TempFileCreator$**
|
||||
-dontnote dalvik.system.CloseGuard
|
||||
|
||||
# SLF4J, logback-android
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue