1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-12-10 02:18:05 +00:00

Fix Info's start time when using VideoDetailFragment

- Update extractor dependency
This commit is contained in:
Mauricio Colli
2018-04-06 04:35:44 -03:00
parent 2b281c4357
commit 140fb86401
3 changed files with 11 additions and 25 deletions

View File

@@ -54,7 +54,7 @@ dependencies {
exclude module: 'support-annotations'
}
implementation 'com.github.TeamNewPipe:NewPipeExtractor:a6b6235644474'
implementation 'com.github.TeamNewPipe:NewPipeExtractor:77a74b8'
testImplementation 'junit:junit:4.12'