Update extractor version to fix video duration parsing failure
This commit is contained in:
parent
4e5a20ec45
commit
ffe8d4b689
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ dependencies {
|
||||||
exclude module: 'support-annotations'
|
exclude module: 'support-annotations'
|
||||||
})
|
})
|
||||||
|
|
||||||
implementation 'com.github.TeamNewPipe:NewPipeExtractor:4488c217659d2'
|
implementation 'com.github.TeamNewPipe:NewPipeExtractor:5f65788a2f89e'
|
||||||
|
|
||||||
testImplementation 'junit:junit:4.12'
|
testImplementation 'junit:junit:4.12'
|
||||||
testImplementation 'org.mockito:mockito-core:2.23.0'
|
testImplementation 'org.mockito:mockito-core:2.23.0'
|
||||||
|
|
Loading…
Reference in a new issue