24 lines
629 B
Prolog
24 lines
629 B
Prolog
|
# Add project specific ProGuard rules here.
|
||
|
|
||
|
-dontobfuscate
|
||
|
|
||
|
# Preserve the line number information for debugging stack traces.
|
||
|
-keepattributes SourceFile,LineNumberTable
|
||
|
|
||
|
# Library specific rules
|
||
|
-dontnote android.net.http.*
|
||
|
-dontnote org.apache.commons.codec.**
|
||
|
-dontnote org.apache.http.**
|
||
|
-dontnote com.squareup.moshi.**
|
||
|
-dontnote com.github.amlcurran.showcaseview.**
|
||
|
-dontnote de.cketti.safecontentresolver.**
|
||
|
-dontnote com.tokenautocomplete.**
|
||
|
|
||
|
-dontwarn okio.**
|
||
|
-dontwarn com.squareup.moshi.**
|
||
|
|
||
|
# Project specific rules
|
||
|
-dontnote com.fsck.k9.PRNGFixes
|
||
|
-dontnote com.fsck.k9.ui.messageview.**
|
||
|
-dontnote com.fsck.k9.view.**
|