aboutsummaryrefslogtreecommitdiffstats
path: root/proguard-rules.txt
diff options
context:
space:
mode:
Diffstat (limited to 'proguard-rules.txt')
-rw-r--r--proguard-rules.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/proguard-rules.txt b/proguard-rules.txt
index ef4925e2..f39d07c5 100644
--- a/proguard-rules.txt
+++ b/proguard-rules.txt
@@ -16,6 +16,8 @@
# public *;
#}
+-dontwarn javax.naming.**
+
-keep class * extends java.util.ListResourceBundle {
protected Object[][] getContents();
}