Skip to content
This repository was archived by the owner on Feb 25, 2024. It is now read-only.

Commit 012e0cd

Browse files
committed
add a provisional ProGuard config
1 parent 4b8e27a commit 012e0cd

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

proguard-rules.pro

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Add any project specific keep options here:
2+
3+
#-dontobfuscate
4+
#-dontshrink
5+
6+
-keep class java9.** { *; }
7+
-keep interface java9.** { *; }
8+
-keep enum java9.** { *; }
9+
10+
-dontwarn java9.**
11+
-dontwarn org.openjdk.**
12+
13+
-dontnote java.util.Arrays*
14+
-dontnote java.util.HashMap*
15+
-dontnote java.util.concurrent.LinkedBlockingQueue*
16+
-dontnote java.util.concurrent.LinkedBlockingDeque*
17+

0 commit comments

Comments
 (0)