mirror of
https://github.com/HighCapable/KavaRef.git
synced 2026-02-04 12:16:58 +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
|
-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>(...);
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -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>(...);
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user