Skip to content

Commit 1925687

Browse files
authored
Merge pull request #10089 from TacoTheDank/fixUnresolvedExtractor
Fix unresolved extractor
2 parents 577301c + fe82029 commit 1925687

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ dependencies {
201201
// name and the commit hash with the commit hash of the (pushed) commit you want to test
202202
// This works thanks to JitPack: https://jitpack.io/
203203
implementation 'com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751'
204-
implementation 'com.github.TeamNewPipe:NewPipeExtractor:v0.22.6'
204+
implementation 'com.github.TeamNewPipe:NewPipeExtractor:8495ad619e'
205205
implementation 'com.github.TeamNewPipe:NoNonsense-FilePicker:5.0.0'
206206

207207
/** Checkstyle **/

0 commit comments

Comments
 (0)