summaryrefslogtreecommitdiff
path: root/wallet
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-08-24 00:02:51 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-08-24 00:02:51 +0530
commit0183a244b0ccb646096ed6f36e7c714f496de615 (patch)
tree9373deff73514d21239e503eb462de76ae705a5d /wallet
parentea9976f7044493fcfa6fda12a953f06a726d85d7 (diff)
downloadtaler-android-0183a244b0ccb646096ed6f36e7c714f496de615.tar.gz
taler-android-0183a244b0ccb646096ed6f36e7c714f496de615.tar.bz2
taler-android-0183a244b0ccb646096ed6f36e7c714f496de615.zip
proguard
Diffstat (limited to 'wallet')
-rw-r--r--wallet/proguard-rules.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/wallet/proguard-rules.pro b/wallet/proguard-rules.pro
index 08a1750..1d5228e 100644
--- a/wallet/proguard-rules.pro
+++ b/wallet/proguard-rules.pro
@@ -35,5 +35,11 @@
public static final com.fasterxml.jackson.annotation.JsonAutoDetect$Visibility *;
}
+-keep class * extends com.fasterxml.** { *; }
+-keep class * implements com.fasterxml.** { *; }
+
+# KotlinX serialization
+- keep @kotlinx.serialization.Serializable class * { *; }
+
# General
-keepattributes SourceFile,LineNumberTable,*Annotation*,EnclosingMethod,Signature,Exceptions,InnerClasses