gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [taler-taler-android] branch master updated: mostly disable proguard
Date: Sun, 23 Aug 2020 21:15:29 +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 fe5f6f8  mostly disable proguard
fe5f6f8 is described below

commit fe5f6f866a82a2b9b4b5d6dfa16333e87d35558c
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Mon Aug 24 00:45:21 2020 +0530

    mostly disable proguard
---
 wallet/proguard-rules.pro | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/wallet/proguard-rules.pro b/wallet/proguard-rules.pro
index 1d5228e..147334d 100644
--- a/wallet/proguard-rules.pro
+++ b/wallet/proguard-rules.pro
@@ -38,8 +38,21 @@
 -keep class * extends com.fasterxml.** { *; }
 -keep class * implements com.fasterxml.** { *; }
 
+-keep class *  {
+    @com.fasterxml.** *;
+}
+
 # KotlinX serialization
-- keep @kotlinx.serialization.Serializable class * { *; }
+-keep @kotlinx.serialization.Serializable class * { *; }
+
+# Kotlin reflection
+-dontwarn kotlin.reflect.**
+-keep class kotlin.** { *; }
+-keep class org.jetbrains.annotations.** { *; }
+
 
 # General
 -keepattributes 
SourceFile,LineNumberTable,*Annotation*,EnclosingMethod,Signature,Exceptions,InnerClasses
+-dontobfuscate
+-dontoptimize
+-dontshrink
\ No newline at end of file

-- 
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]