mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-07 06:08:51 +00:00
proguard.cfg: Fix remaining ProGuard messages.
This commit is contained in:
parent
64e686e64e
commit
b9b4052fe5
1 changed files with 3 additions and 2 deletions
|
@ -43,9 +43,10 @@
|
|||
java.lang.Object readResolve();
|
||||
}
|
||||
|
||||
# android-support
|
||||
# androidx
|
||||
-dontwarn androidx.core.**
|
||||
-dontnote androidx.core.**
|
||||
-dontnote android.support.v4.graphics.drawable.IconCompatParcelizer
|
||||
|
||||
# OkHttp
|
||||
-dontwarn okio.DeflaterSink
|
||||
|
@ -74,7 +75,7 @@
|
|||
|
||||
# logback-android
|
||||
-dontwarn javax.mail.**
|
||||
-dontwarn brut.androlib.res.decoder.AXmlResourceParser
|
||||
-dontnote ch.qos.logback.core.android.AndroidContextUtil
|
||||
|
||||
# Öffi
|
||||
-dontnote de.schildbach.oeffi.util.PopupHelper
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue