@@ -17,8 +17,6 @@ core = "1.12.0"
1717desugar = " 2.0.4"
1818documentfile = " 1.0.1"
1919exoplayer = " 2.18.7"
20- extractor = " 0023b22095a2d62a60cdfc87f4b5cd85c8b266c3"
21- filepicker = " 5.0.0"
2220fragment = " 1.6.2"
2321groupie = " 2.10.1"
2422jsoup = " 1.21.2"
@@ -33,7 +31,6 @@ markwon = "4.6.2"
3331material = " 1.11.0"
3432media = " 1.7.1"
3533mockitoCore = " 5.6.0"
36- nanojson = " e9d656ddb49a412a5a0a5d5ef20ca7ef09549996"
3734okhttp = " 4.12.0"
3835phoenix = " 2.1.2"
3936# noinspection NewerVersionAvailable,GradleDependency --> 2.8 is the last version, not 2.71828!
@@ -50,6 +47,17 @@ sonarqube = "4.0.0.2929"
5047statesaver = " 1.4.1"
5148stetho = " 1.6.0"
5249swiperefreshlayout = " 1.1.0"
50+ # You can use a local version by uncommenting a few lines in settings.gradle
51+ # Or you can use a commit you pushed to GitHub by just replacing TeamNewPipe with your GitHub
52+ # name and the commit hash with the commit hash of the (pushed) commit you want to test
53+ # This works thanks to JitPack: https://jitpack.io/
54+ teamnewpipe-filepicker = " 5.0.0"
55+ teamnewpipe-nanojson = " e9d656ddb49a412a5a0a5d5ef20ca7ef09549996"
56+ # WORKAROUND: if you get errors with the NewPipeExtractor dependency, replace `v0.XX.Y` with
57+ # the corresponding commit hash, since JitPack sometimes deletes artifacts.
58+ # If there’s already a git hash, just add more of it to the end (or remove a letter)
59+ # to cause jitpack to regenerate the artifact.
60+ teamnewpipe-newpipe-extractor = " 3af73262cc60cf555fd5f1d691f6c58e2db38ef5"
5361viewpager2 = " 1.1.0"
5462webkit = " 1.9.0"
5563work = " 2.8.1"
@@ -104,9 +112,9 @@ lisawray-groupie-core = { module = "com.github.lisawray.groupie:groupie", versio
104112lisawray-groupie-viewbinding = { module = " com.github.lisawray.groupie:groupie-viewbinding" , version.ref = " groupie" }
105113livefront-bridge = { module = " com.github.livefront:bridge" , version.ref = " bridge" }
106114mockito-core = { module = " org.mockito:mockito-core" , version.ref = " mockitoCore" }
107- newpipe-extractor = { module = " com.github.TeamNewPipe:NewPipeExtractor" , version.ref = " extractor" }
108- newpipe-filepicker = { module = " com.github.TeamNewPipe:NoNonsense-FilePicker" , version.ref = " filepicker" }
109- newpipe-nanojson = { module = " com.github.TeamNewPipe:nanojson" , version.ref = " nanojson" }
115+ newpipe-extractor = { module = " com.github.TeamNewPipe:NewPipeExtractor" , version.ref = " teamnewpipe-newpipe- extractor" }
116+ newpipe-filepicker = { module = " com.github.TeamNewPipe:NoNonsense-FilePicker" , version.ref = " teamnewpipe- filepicker" }
117+ newpipe-nanojson = { module = " com.github.TeamNewPipe:nanojson" , version.ref = " teamnewpipe- nanojson" }
110118noties-markwon-core = { module = " io.noties.markwon:core" , version.ref = " markwon" }
111119noties-markwon-linkify = { module = " io.noties.markwon:linkify" , version.ref = " markwon" }
112120ocpsoft-prettytime = { module = " org.ocpsoft.prettytime:prettytime" , version.ref = " prettytime" }
0 commit comments