Skip to content

Commit 72dfa18

Browse files
committed
Fix ProGuard snippet
1 parent 19b6af4 commit 72dfa18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ If you are using ProGuard, the following config is required:
237237

238238
```proguard
239239
# Config for ProxerLibJava itselfs
240-
-keep public enum me.proxer.library.enums.** {
240+
-keep enum me.proxer.library.** {
241241
**[] $VALUES;
242242
public *;
243243
}

0 commit comments

Comments
 (0)