mirror of
https://github.com/HighCapable/KavaRef.git
synced 2026-02-04 04:06:56 +08:00
docs: update r8-proguard
This commit is contained in:
@@ -7,7 +7,8 @@ If you are using the [kavaref-extension](../library/kavaref-extension) module an
|
||||
|
||||
```
|
||||
-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>(...);
|
||||
}
|
||||
```
|
||||
|
||||
@@ -6,7 +6,8 @@
|
||||
|
||||
```
|
||||
-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>(...);
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user