Skip to content

Commit 576e861

Browse files
committed
Update proguard rules
1 parent 0db9167 commit 576e861

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

app/proguard-rules.pro

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,8 @@
77

88
-dontobfuscate
99

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.** { *; }
10+
# okhttp3's internal util is not used by us
11+
-dontwarn okhttp3.internal.Util
1912

2013
# we are not using those optional features of ical4j
2114
-dontwarn org.jparsec.** # parser for filter expressions

0 commit comments

Comments
 (0)