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 0db9167 commit 576e861Copy full SHA for 576e861
app/proguard-rules.pro
@@ -7,15 +7,8 @@
7
8
-dontobfuscate
9
10
-# ical4j: keep all iCalendar properties/parameters (used via reflection)
11
--keep class net.fortuna.ical4j.** { *; }
12
-
13
-# ical4j needs this
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.** { *; }
+# okhttp3's internal util is not used by us
+-dontwarn okhttp3.internal.Util
19
20
# we are not using those optional features of ical4j
21
-dontwarn org.jparsec.** # parser for filter expressions
0 commit comments