Merge pull request #13444 from TobiGr/extractor
Update extractor and remove prguard rules for jsoup
This commit is contained in:
commit
1abc484e5e
2 changed files with 1 additions and 6 deletions
5
app/proguard-rules.pro
vendored
5
app/proguard-rules.pro
vendored
|
|
@ -16,11 +16,6 @@
|
||||||
-dontwarn javax.script.**
|
-dontwarn javax.script.**
|
||||||
-keep class jdk.dynalink.** { *; }
|
-keep class jdk.dynalink.** { *; }
|
||||||
-dontwarn jdk.dynalink.**
|
-dontwarn jdk.dynalink.**
|
||||||
# Rules for jsoup
|
|
||||||
# Ignore intended-to-be-optional re2j classes - only needed if using re2j for jsoup regex
|
|
||||||
# jsoup safely falls back to JDK regex if re2j not on classpath, but has concrete re2j refs
|
|
||||||
# See https://github.com/jhy/jsoup/issues/2459 - may be resolved in future, then this may be removed
|
|
||||||
-dontwarn com.google.re2j.**
|
|
||||||
|
|
||||||
## Rules for ExoPlayer
|
## Rules for ExoPlayer
|
||||||
-keep class com.google.android.exoplayer2.** { *; }
|
-keep class com.google.android.exoplayer2.** { *; }
|
||||||
|
|
|
||||||
|
|
@ -60,7 +60,7 @@ teamnewpipe-nanojson = "e9d656ddb49a412a5a0a5d5ef20ca7ef09549996"
|
||||||
# the corresponding commit hash, since JitPack sometimes deletes artifacts.
|
# the corresponding commit hash, since JitPack sometimes deletes artifacts.
|
||||||
# If there’s already a git hash, just add more of it to the end (or remove a letter)
|
# If there’s already a git hash, just add more of it to the end (or remove a letter)
|
||||||
# to cause jitpack to regenerate the artifact.
|
# to cause jitpack to regenerate the artifact.
|
||||||
teamnewpipe-newpipe-extractor = "v0.26.1"
|
teamnewpipe-newpipe-extractor = "1512cf3222b0c5d87a249e6ac231b98090c42623"
|
||||||
viewpager2 = "1.1.0"
|
viewpager2 = "1.1.0"
|
||||||
webkit = "1.15.0"
|
webkit = "1.15.0"
|
||||||
work = "2.11.2"
|
work = "2.11.2"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue