File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -211,8 +211,10 @@ dependencies {
211211 // This works thanks to JitPack: https://jitpack.io/
212212 implementation ' com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751'
213213 // WORKAROUND: if you get errors with the NewPipeExtractor dependency, replace `v0.24.3` with
214- // the corresponding commit hash, since JitPack is sometimes buggy
215- implementation ' com.github.TeamNewPipe:NewPipeExtractor:0b99100db'
214+ // the corresponding commit hash, since JitPack sometimes deletes artifacts.
215+ // If there’s already a git hash, just add more of it to the end (or remove a letter)
216+ // to cause jitpack to regenerate the artifact.
217+ implementation ' com.github.TeamNewPipe:NewPipeExtractor:0b99100dbddeca2f'
216218 implementation ' com.github.TeamNewPipe:NoNonsense-FilePicker:5.0.0'
217219
218220/* * Checkstyle **/
You can’t perform that action at this time.
0 commit comments