Skip to content

Commit debe93d

Browse files
fix: Ignore proguard warnings
1 parent 3910d9c commit debe93d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

extensions/proguard-rules.pro

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
-keep class com.google.** {
88
*;
99
}
10-
1110
-keep class org.mozilla.javascript.** { *; }
12-
-keep class org.mozilla.classfile.ClassFileWriter
13-
-dontwarn org.mozilla.javascript.tools.**
11+
-dontwarn org.mozilla.javascript.tools.**
12+
-dontwarn java.beans.**
13+
-dontwarn jdk.dynalink.**
14+
-dontwarn javax.script.**

0 commit comments

Comments
 (0)