Update proguard rules.
This commit is contained in:
parent
70aa2a7972
commit
f5c10c5154
1 changed files with 10 additions and 2 deletions
12
app/proguard-rules.pro
vendored
12
app/proguard-rules.pro
vendored
|
|
@ -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.** { *; }
|
||||
Loading…
Add table
Add a link
Reference in a new issue