Skip to content

Commit dbb01db

Browse files
committed
docs: update r8-proguard
1 parent 18daa5e commit dbb01db

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

docs-source/src/en/config/r8-proguard.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ If you are using the [kavaref-extension](../library/kavaref-extension) module an
77

88
```
99
-keepattributes Signature
10-
-keep class * extends com.highcapable.kavaref.extension.TypeRef {
10+
-keep class,allowobfuscation * extends com.highcapable.kavaref.extension.TypeRef {
1111
<init>(...);
1212
}
1313
```
@@ -16,5 +16,4 @@ If you are using the [kavaref-extension](../library/kavaref-extension) module an
1616

1717
```
1818
-keep class com.highcapable.kavaref.extension.TypeRef {*;}
19-
-keep class,allowobfuscation * extends com.highcapable.kavaref.extension.TypeRef
2019
```

docs-source/src/zh-cn/config/r8-proguard.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
```
88
-keepattributes Signature
9-
-keep class * extends com.highcapable.kavaref.extension.TypeRef {
9+
-keep class,allowobfuscation * extends com.highcapable.kavaref.extension.TypeRef {
1010
<init>(...);
1111
}
1212
```
@@ -15,5 +15,4 @@
1515

1616
```
1717
-keep class com.highcapable.kavaref.extension.TypeRef {*;}
18-
-keep class,allowobfuscation * extends com.highcapable.kavaref.extension.TypeRef
1918
```

0 commit comments

Comments
 (0)