From f5c10c515467e7bf7719d095bcf30cdb8a9883a8 Mon Sep 17 00:00:00 2001 From: "Andres Gomez, Thomas (ITDV CC) - AF (ext)" Date: Sun, 16 Jul 2023 18:33:15 +0200 Subject: [PATCH] Update proguard rules. --- app/proguard-rules.pro | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index 481bb43..15c5ecf 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -14,8 +14,16 @@ # Uncomment this to preserve the line number information for # debugging stack traces. -#-keepattributes SourceFile,LineNumberTable +-keepattributes SourceFile,LineNumberTable # If you keep the line number information, uncomment this to # hide the original source file name. -#-renamesourcefileattribute SourceFile \ No newline at end of file +-renamesourcefileattribute SourceFile + +## --------------- GOOGLE API --------------- + +-keepclassmembers class * { + @com.google.api.client.util.Key ; +} +-keep class com.google.api.services.sheets.** { *; } +-keep class com.fasterxml.** { *; } \ No newline at end of file