Skip to content

Commit 0db9167

Browse files
committed
Keep okhttp3 internal code at R8 minification
1 parent 956efc5 commit 0db9167

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/proguard-rules.pro

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
-keep class org.apache.commons.validator.routines.** { *; }
1515
-dontwarn org.apache.commons.validator.routines.**
1616

17+
# okhttp3's internal API - not used by us but apparently still required
18+
-keep class okhttp3.internal.** { *; }
19+
1720
# we are not using those optional features of ical4j
1821
-dontwarn org.jparsec.** # parser for filter expressions
1922
-dontwarn javax.cache.** # timezone caching

0 commit comments

Comments
 (0)