aboutsummaryrefslogtreecommitdiff
path: root/app/proguard-rules.pro
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-09-29 02:52:13 -0700
committerAllan Wang <me@allanwang.ca>2019-09-29 02:52:13 -0700
commita75176f963e1fed7e99389b84170da058072128f (patch)
tree5f063a0be2962ea96f4bd49088623841da46cd53 /app/proguard-rules.pro
parent14573f9ac4cb9cfb799e1cd20d78202599d55e25 (diff)
parent8932e9f5eb9995729f674ebe02464a6f20f4d1ec (diff)
downloadfrost-a75176f963e1fed7e99389b84170da058072128f.tar.gz
frost-a75176f963e1fed7e99389b84170da058072128f.tar.bz2
frost-a75176f963e1fed7e99389b84170da058072128f.zip
Update changelog
Diffstat (limited to 'app/proguard-rules.pro')
-rw-r--r--app/proguard-rules.pro9
1 files changed, 0 insertions, 9 deletions
diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro
index cdb57300..bd716244 100644
--- a/app/proguard-rules.pro
+++ b/app/proguard-rules.pro
@@ -21,15 +21,6 @@
**[] $VALUES;
public *;
}
-# Jackson
--keep @com.fasterxml.jackson.annotation.JsonIgnoreProperties class * { *; }
--keep @com.fasterxml.jackson.annotation.JsonCreator class * { *; }
--keep @com.fasterxml.jackson.annotation.JsonValue class * { *; }
--keep class com.fasterxml.** { *; }
--keepnames class com.fasterxml.jackson.** { *; }
--keepclassmembers public final enum com.fasterxml.jackson.annotation.JsonAutoDetect$Visibility {
- public static final com.fasterxml.jackson.annotation.JsonAutoDetect$Visibility *;
-}
# Kotlin coroutines
-keepnames class kotlinx.coroutines.internal.MainDispatcherFactory {}
-keepnames class kotlinx.coroutines.CoroutineExceptionHandler {}