Update proguard rules.

This commit is contained in:
Andres Gomez, Thomas (ITDV CC) - AF (ext) 2023-07-16 18:33:15 +02:00
parent 70aa2a7972
commit f5c10c5154

View file

@ -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
-renamesourcefileattribute SourceFile
## --------------- GOOGLE API ---------------
-keepclassmembers class * {
@com.google.api.client.util.Key <fields>;
}
-keep class com.google.api.services.sheets.** { *; }
-keep class com.fasterxml.** { *; }