@@ -11,17 +11,15 @@ assertj = "3.24.2"
1111autoservice = " 1.1.1"
1212bridge = " v2.0.2"
1313cardview = " 1.0.0"
14- checkstyle = " 10.12 .1"
14+ checkstyle = " 10.26 .1"
1515constraintlayout = " 2.1.4"
1616core = " 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"
24- jsoup = " 1.17 .2"
22+ jsoup = " 1.21 .2"
2523junit = " 4.13.2"
2624junit-ext = " 1.1.5"
2725kotlin = " 1.9.25"
@@ -31,9 +29,8 @@ lifecycle = "2.6.2"
3129localbroadcastmanager = " 1.1.0"
3230markwon = " 4.6.2"
3331material = " 1.11.0"
34- media = " 1.7.0 "
32+ media = " 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!
@@ -45,14 +42,23 @@ room = "2.6.1"
4542runner = " 1.5.2"
4643rxandroid = " 3.0.2"
4744rxbinding = " 4.0.0"
48- rxjava = " 3.1.8 "
45+ rxjava = " 3.1.12 "
4946sonarqube = " 4.0.0.2929"
5047statesaver = " 1.4.1"
5148stetho = " 1.6.0"
5249swiperefreshlayout = " 1.1.0"
53- # Newer version specified to prevent accessibility regressions with RecyclerView
54- # see: https://developer.android.com/jetpack/androidx/releases/viewpager2#1.1.0-alpha01
55- viewpager2 = " 1.1.0-beta02"
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"
61+ viewpager2 = " 1.1.0"
5662webkit = " 1.9.0"
5763work = " 2.8.1"
5864
@@ -106,9 +112,9 @@ lisawray-groupie-core = { module = "com.github.lisawray.groupie:groupie", versio
106112lisawray-groupie-viewbinding = { module = " com.github.lisawray.groupie:groupie-viewbinding" , version.ref = " groupie" }
107113livefront-bridge = { module = " com.github.livefront:bridge" , version.ref = " bridge" }
108114mockito-core = { module = " org.mockito:mockito-core" , version.ref = " mockitoCore" }
109- newpipe-extractor = { module = " com.github.TeamNewPipe:NewPipeExtractor" , version.ref = " extractor" }
110- newpipe-filepicker = { module = " com.github.TeamNewPipe:NoNonsense-FilePicker" , version.ref = " filepicker" }
111- 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" }
112118noties-markwon-core = { module = " io.noties.markwon:core" , version.ref = " markwon" }
113119noties-markwon-linkify = { module = " io.noties.markwon:linkify" , version.ref = " markwon" }
114120ocpsoft-prettytime = { module = " org.ocpsoft.prettytime:prettytime" , version.ref = " prettytime" }
0 commit comments