@@ -49,7 +49,7 @@ sonarqube = "7.2.2.6593"
4949statesaver = " 1.4.1" # TODO: Drop because it is deprecated and incompatible with KSP2
5050stetho = " 1.6.0"
5151swiperefreshlayout = " 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"
6364viewpager2 = " 1.1.0"
6465webkit = " 1.14.0" # Newer versions require minSdk >= 23
6566work = " 2.10.5" # Newer versions require minSdk >= 23
@@ -113,7 +114,7 @@ lisawray-groupie-core = { module = "com.github.lisawray.groupie:groupie", versio
113114lisawray-groupie-viewbinding = { module = " com.github.lisawray.groupie:groupie-viewbinding" , version.ref = " groupie" }
114115livefront-bridge = { module = " com.github.livefront:bridge" , version.ref = " bridge" }
115116mockito-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" }
117118newpipe-filepicker = { module = " com.github.TeamNewPipe:NoNonsense-FilePicker" , version.ref = " teamnewpipe-filepicker" }
118119newpipe-nanojson = { module = " com.github.TeamNewPipe:nanojson" , version.ref = " teamnewpipe-nanojson" }
119120noties-markwon-core = { module = " io.noties.markwon:core" , version.ref = " markwon" }
0 commit comments