Skip to content

Commit

Permalink
build.gradle: fix NewPipeExtractor hash
Browse files Browse the repository at this point in the history
If we use the whole hash, jitpack returns a 404 for some reason (maybe
because the URL gets too long).

This should fix that.
  • Loading branch information
Profpatsch committed Nov 20, 2024
1 parent e05eef0 commit 3c0b0be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ dependencies {
// This works thanks to JitPack: https://jitpack.io/
implementation 'com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751'
// WORKAROUND: v0.24.2 can't be resolved by jitpack -> use git commit hash instead
implementation 'com.github.TeamNewPipe:NewPipeExtractor:176da72cb4c3ec4679211339b0e59f6b01bf2f52'
implementation 'com.github.TeamNewPipe:NewPipeExtractor:176da72cb4c3ec'
implementation 'com.github.TeamNewPipe:NoNonsense-FilePicker:5.0.0'

/** Checkstyle **/
Expand Down

0 comments on commit 3c0b0be

Please sign in to comment.