Skip to content

Commit 879ab6e

Browse files
committed
Use working Extractor version
1 parent 1a28096 commit 879ab6e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,8 @@ dependencies {
198198
// name and the commit hash with the commit hash of the (pushed) commit you want to test
199199
// This works thanks to JitPack: https://jitpack.io/
200200
implementation 'com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751'
201-
implementation 'com.github.TeamNewPipe:NewPipeExtractor:v0.24.2'
201+
// WORKAROUND: v0.24.2 can't be resolved by jitpack -> use git commit hash instead
202+
implementation 'com.github.TeamNewPipe:NewPipeExtractor:176da72cb4c3ec4679211339b0e59f6b01bf2f52'
202203
implementation 'com.github.TeamNewPipe:NoNonsense-FilePicker:5.0.0'
203204

204205
/** Checkstyle **/

0 commit comments

Comments
 (0)