Skip to content

Commit 98ac693

Browse files
author
izaak
committed
Add some proguard rules
1 parent a75f673 commit 98ac693

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

app/proguard-rules.pro

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,11 @@
1818

1919
# If you keep the line number information, uncomment this to
2020
# hide the original source file name.
21-
#-renamesourcefileattribute SourceFile
21+
#-renamesourcefileattribute SourceFile
22+
23+
-dontwarn javax.lang.model.element.Element*
24+
-dontwarn javax.lang.model.element.ElementKind*
25+
-dontwarn javax.lang.model.element.Modifier*
26+
-dontwarn javax.lang.model.type.TypeMirror*
27+
-dontwarn javax.lang.model.type.TypeVisitor*
28+
-dontwarn javax.lang.model.util.SimpleTypeVisitor8*

0 commit comments

Comments
 (0)