Skip to content

Commit 661e615

Browse files
committed
Update NewPipeExtractor to v0.24.3
1 parent 1255817 commit 661e615

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,9 @@ dependencies {
206206
// name and the commit hash with the commit hash of the (pushed) commit you want to test
207207
// This works thanks to JitPack: https://jitpack.io/
208208
implementation 'com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751'
209-
// WORKAROUND: v0.24.2 can't be resolved by jitpack -> use git commit hash instead
210-
implementation 'com.github.TeamNewPipe:NewPipeExtractor:ea1a1d1375efd5936ed2609d0fa3e31d5097a835'
209+
// WORKAROUND: if you get errors with the NewPipeExtractor dependency, replace `v0.24.3` with
210+
// the corresponding commit hash, since JitPack is sometimes buggy
211+
implementation 'com.github.TeamNewPipe:NewPipeExtractor:v0.24.3'
211212
implementation 'com.github.TeamNewPipe:NoNonsense-FilePicker:5.0.0'
212213

213214
/** Checkstyle **/

0 commit comments

Comments
 (0)