From 4be9b70de301659bcc3094aa6ab4944caa761709 Mon Sep 17 00:00:00 2001 From: Thomas Andres Gomez Date: Thu, 6 Apr 2023 13:25:10 +0200 Subject: [PATCH] Proguard rule update. --- app/CHANGELOG.md | 6 ++++++ app/proguard-rules.pro | 6 ++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/app/CHANGELOG.md b/app/CHANGELOG.md index 1519062..c42a98f 100644 --- a/app/CHANGELOG.md +++ b/app/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.1.5 +> Published 6 april 2023 +* rework the navigation +* add search / filter +* support for multiple sending format. + # 0.1.4 > Published 26 October 2022 * Fix SignIn and EditProfile Urls. diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index bd20772..9f2dc25 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -14,18 +14,16 @@ # Uncomment this to preserve the line number information for # debugging stack traces. --keepattributes SourceFile,LineNumberTable +-keepattributes SourceFile,LineNumberTable # Keep file names and line numbers. +-keep public class * extends java.lang.Exception # Optional: Keep custom exceptions. # If you keep the line number information, uncomment this to # hide the original source file name. -renamesourcefileattribute SourceFile # For SerializedName - -keepattributes *Annotation* - -keepclassmembers,allowobfuscation class * { @com.google.gson.annotations.SerializedName ; } - -keep,allowobfuscation @interface com.google.gson.annotations.SerializedName \ No newline at end of file