Skip to content

Commit ec81b6b

Browse files
committed
Remove proguard rules for optional jsoup classes
The underlying problem is fixed with jsoup 1.12.2. See TeamNewPipe/NewPipeExtractor#1480. Revert 6c5d58b / #13038.
1 parent bdebc92 commit ec81b6b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

app/proguard-rules.pro

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@
1616
-dontwarn javax.script.**
1717
-keep class jdk.dynalink.** { *; }
1818
-dontwarn jdk.dynalink.**
19-
# Rules for jsoup
20-
# Ignore intended-to-be-optional re2j classes - only needed if using re2j for jsoup regex
21-
# jsoup safely falls back to JDK regex if re2j not on classpath, but has concrete re2j refs
22-
# See https://github.com/jhy/jsoup/issues/2459 - may be resolved in future, then this may be removed
23-
-dontwarn com.google.re2j.**
2419

2520
## Rules for ExoPlayer
2621
-keep class com.google.android.exoplayer2.** { *; }

0 commit comments

Comments
 (0)