mirror of
https://github.com/oxen-io/session-android.git
synced 2023-12-14 02:53:01 +01:00
597f7bbafd
// FREEBIE
12 lines
331 B
Prolog
12 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.** { *; }
|
|
|