mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-07 19:18:52 +00:00
build.gradle: update logback-android to 3.0.0
This commit is contained in:
parent
b919448d01
commit
56bc7f5278
2 changed files with 4 additions and 3 deletions
|
@ -26,7 +26,7 @@ dependencies {
|
||||||
implementation 'com.google.guava:guava:31.1-android'
|
implementation 'com.google.guava:guava:31.1-android'
|
||||||
implementation 'org.osmdroid:osmdroid-android:6.1.14'
|
implementation 'org.osmdroid:osmdroid-android:6.1.14'
|
||||||
implementation 'org.slf4j:slf4j-api:1.7.36'
|
implementation 'org.slf4j:slf4j-api:1.7.36'
|
||||||
implementation 'com.github.tony19:logback-android:2.0.1'
|
implementation 'com.github.tony19:logback-android:3.0.0'
|
||||||
testImplementation 'junit:junit:4.13.2'
|
testImplementation 'junit:junit:4.13.2'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -79,8 +79,9 @@
|
||||||
-dontnote dalvik.system.CloseGuard
|
-dontnote dalvik.system.CloseGuard
|
||||||
|
|
||||||
# slf4j
|
# slf4j
|
||||||
-dontwarn org.slf4j.MDC
|
-dontwarn org.slf4j.spi.SLF4JServiceProvider
|
||||||
-dontwarn org.slf4j.MarkerFactory
|
-dontwarn org.slf4j.LoggerFactory
|
||||||
|
-dontwarn ch.qos.logback.classic.Logger
|
||||||
|
|
||||||
# logback-android
|
# logback-android
|
||||||
-dontwarn javax.mail.**
|
-dontwarn javax.mail.**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue