1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-01-25 16:36:57 +00:00

updated extractor

This commit is contained in:
yausername 2019-11-21 05:41:14 +05:30
parent 596005c69e
commit ceabfd1a8b

View File

@ -62,7 +62,7 @@ dependencies {
exclude module: 'support-annotations' exclude module: 'support-annotations'
}) })
implementation 'com.github.yausername:NewPipeExtractor:f3a59a6' implementation 'com.github.yausername:NewPipeExtractor:4e0adbe'
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'