taler-android

Android apps for GNU Taler (wallet, PoS, cashier)
Log | Files | Refs | README | LICENSE

commit 0183a244b0ccb646096ed6f36e7c714f496de615
parent ea9976f7044493fcfa6fda12a953f06a726d85d7
Author: Florian Dold <florian.dold@gmail.com>
Date:   Mon, 24 Aug 2020 00:02:51 +0530

proguard

Diffstat:
M.idea/compiler.xml | 2++
Mwallet/proguard-rules.pro | 6++++++
2 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/.idea/compiler.xml b/.idea/compiler.xml @@ -12,6 +12,8 @@ <entry name="!?*.clj" /> </wildcardResourcePatterns> <bytecodeTargetLevel> + <module name="common_jvmMain" target="1.6" /> + <module name="common_jvmTest" target="1.6" /> <module name="taler-kotlin-common_jvmMain" target="1.6" /> <module name="taler-kotlin-common_jvmTest" target="1.6" /> </bytecodeTargetLevel> diff --git 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