docs: update r8-proguard

This commit is contained in:
2026-01-28 15:15:00 +08:00
parent dbb01db9d5
commit ce822a306b
2 changed files with 4 additions and 2 deletions

View File

@@ -7,7 +7,8 @@ If you are using the [kavaref-extension](../library/kavaref-extension) module an
``` ```
-keepattributes Signature -keepattributes Signature
-keep class,allowobfuscation * extends com.highcapable.kavaref.extension.TypeRef { -keep,allowobfuscation class * extends com.highcapable.kavaref.extension.TypeRef
-keepclassmembers class * extends com.highcapable.kavaref.extension.TypeRef {
<init>(...); <init>(...);
} }
``` ```

View File

@@ -6,7 +6,8 @@
``` ```
-keepattributes Signature -keepattributes Signature
-keep class,allowobfuscation * extends com.highcapable.kavaref.extension.TypeRef { -keep,allowobfuscation class * extends com.highcapable.kavaref.extension.TypeRef
-keepclassmembers class * extends com.highcapable.kavaref.extension.TypeRef {
<init>(...); <init>(...);
} }
``` ```