Skip to content

Commit ce822a3

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

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

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

88
```
99
-keepattributes Signature
10-
-keep class,allowobfuscation * extends com.highcapable.kavaref.extension.TypeRef {
10+
-keep,allowobfuscation class * extends com.highcapable.kavaref.extension.TypeRef
11+
-keepclassmembers class * extends com.highcapable.kavaref.extension.TypeRef {
1112
<init>(...);
1213
}
1314
```

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66

77
```
88
-keepattributes Signature
9-
-keep class,allowobfuscation * extends com.highcapable.kavaref.extension.TypeRef {
9+
-keep,allowobfuscation class * extends com.highcapable.kavaref.extension.TypeRef
10+
-keepclassmembers class * extends com.highcapable.kavaref.extension.TypeRef {
1011
<init>(...);
1112
}
1213
```

0 commit comments

Comments
 (0)