[app] No need to keep EnclosingMethod (#984)
It's required only when R8 full mode is enabled.
This commit is contained in:
parent
40e47762d7
commit
bf8cd21339
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
# Gson uses generic type information stored in a class file when working with fields. Proguard
|
||||
# removes such information by default, so configure it to keep all of it.
|
||||
-keepattributes Signature,InnerClasses,EnclosingMethod
|
||||
-keepattributes Signature,InnerClasses
|
||||
|
||||
-dontwarn org.jetbrains.annotations.NotNull
|
||||
-dontwarn org.jetbrains.annotations.Nullable
|
||||
|
|
|
|||
Loading…
Reference in New Issue