mirror of
https://github.com/oxen-io/session-android.git
synced 2025-01-06 23:27:42 +00:00
f0ba1d5ea2
Outdated unit tests temporary disabled.
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.** { *; }
|
|
|