We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 956efc5 commit 0db9167Copy full SHA for 0db9167
app/proguard-rules.pro
@@ -14,6 +14,9 @@
14
-keep class org.apache.commons.validator.routines.** { *; }
15
-dontwarn org.apache.commons.validator.routines.**
16
17
+# okhttp3's internal API - not used by us but apparently still required
18
+-keep class okhttp3.internal.** { *; }
19
+
20
# we are not using those optional features of ical4j
21
-dontwarn org.jparsec.** # parser for filter expressions
22
-dontwarn javax.cache.** # timezone caching
0 commit comments