[app] No need to keep EnclosingMethod (#984)

It's required only when R8 full mode is enabled.
This commit is contained in:
残页 2021-08-23 17:04:33 +08:00 committed by GitHub
parent 40e47762d7
commit bf8cd21339
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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