gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-android] branch master updated: proguard


From: gnunet
Subject: [taler-taler-android] branch master updated: proguard
Date: Sun, 23 Aug 2020 20:33:03 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository taler-android.

The following commit(s) were added to refs/heads/master by this push:
     new 0183a24  proguard
0183a24 is described below

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

    proguard
---
 .idea/compiler.xml        | 2 ++
 wallet/proguard-rules.pro | 6 ++++++
 2 files changed, 8 insertions(+)

diff --git a/.idea/compiler.xml b/.idea/compiler.xml
index 2b48706..b209367 100644
--- 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
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

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]