Skip to content

Commit ffea07c

Browse files
Update extractor jitpack commit reference
1 parent c33bcd8 commit ffea07c

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

gradle/libs.versions.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ sonarqube = "7.2.2.6593"
4949
statesaver = "1.4.1" # TODO: Drop because it is deprecated and incompatible with KSP2
5050
stetho = "1.6.0"
5151
swiperefreshlayout = "1.2.0"
52-
# You can use a local version by uncommenting a few lines in settings.gradle
52+
# You can use a local version by uncommenting a few lines in settings.gradle.kts
5353
# Or you can use a commit you pushed to GitHub by just replacing TeamNewPipe with your GitHub
5454
# name and the commit hash with the commit hash of the (pushed) commit you want to test
5555
# This works thanks to JitPack: https://jitpack.io/
@@ -59,7 +59,8 @@ teamnewpipe-nanojson = "e9d656ddb49a412a5a0a5d5ef20ca7ef09549996"
5959
# the corresponding commit hash, since JitPack sometimes deletes artifacts.
6060
# If there’s already a git hash, just add more of it to the end (or remove a letter)
6161
# to cause jitpack to regenerate the artifact.
62-
teamnewpipe-newpipe-extractor = "v0.25.1"
62+
teamnewpipe-newpipe-extractor = "5b17e3deb4"
63+
#teamnewpipe-newpipe-extractor = "v0.25.1"
6364
viewpager2 = "1.1.0"
6465
webkit = "1.14.0" # Newer versions require minSdk >= 23
6566
work = "2.10.5" # Newer versions require minSdk >= 23
@@ -113,7 +114,7 @@ lisawray-groupie-core = { module = "com.github.lisawray.groupie:groupie", versio
113114
lisawray-groupie-viewbinding = { module = "com.github.lisawray.groupie:groupie-viewbinding", version.ref = "groupie" }
114115
livefront-bridge = { module = "com.github.livefront:bridge", version.ref = "bridge" }
115116
mockito-core = { module = "org.mockito:mockito-core", version.ref = "mockitoCore" }
116-
newpipe-extractor = { module = "com.github.TeamNewPipe:NewPipeExtractor", version.ref = "teamnewpipe-newpipe-extractor" }
117+
newpipe-extractor = { module = "com.github.absurdlylongusername:NewPipeExtractor", version.ref = "teamnewpipe-newpipe-extractor" }
117118
newpipe-filepicker = { module = "com.github.TeamNewPipe:NoNonsense-FilePicker", version.ref = "teamnewpipe-filepicker" }
118119
newpipe-nanojson = { module = "com.github.TeamNewPipe:nanojson", version.ref = "teamnewpipe-nanojson" }
119120
noties-markwon-core = { module = "io.noties.markwon:core", version.ref = "markwon" }

0 commit comments

Comments
 (0)