Skip to content

Commit c169232

Browse files
authored
Merge pull request #13444 from TobiGr/extractor
Update extractor and remove prguard rules for jsoup
2 parents 936d5d2 + ec81b6b commit c169232

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
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.** { *; }

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ teamnewpipe-nanojson = "e9d656ddb49a412a5a0a5d5ef20ca7ef09549996"
6060
# the corresponding commit hash, since JitPack sometimes deletes artifacts.
6161
# If there’s already a git hash, just add more of it to the end (or remove a letter)
6262
# to cause jitpack to regenerate the artifact.
63-
teamnewpipe-newpipe-extractor = "v0.26.1"
63+
teamnewpipe-newpipe-extractor = "1512cf3222b0c5d87a249e6ac231b98090c42623"
6464
viewpager2 = "1.1.0"
6565
webkit = "1.15.0"
6666
work = "2.11.2"

0 commit comments

Comments
 (0)