mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-23 18:15:22 +00:00
597f7bbafd
// FREEBIE
13 lines
331 B
Prolog
13 lines
331 B
Prolog
# Proguard configuration for Jackson 2.x (fasterxml package instead of codehaus package)
|
|
|
|
-keepattributes *Annotation*,EnclosingMethod,Signature
|
|
-keepnames class com.fasterxml.jackson.** {
|
|
*;
|
|
}
|
|
-keepnames interface com.fasterxml.jackson.** {
|
|
*;
|
|
}
|
|
-dontwarn com.fasterxml.jackson.databind.**
|
|
-keep class org.codehaus.** { *; }
|
|
|