1
0
mirror of https://github.com/TeamNewPipe/NewPipe.git synced 2024-11-22 11:02:35 +01:00

update extractor to not throw channelextractor exception

This commit is contained in:
Christian Schabesberger 2017-09-09 22:22:27 +02:00
parent 6068043fd4
commit 33b316d72f

View File

@ -44,7 +44,7 @@ dependencies {
exclude module: 'support-annotations'
}
compile 'com.github.TeamNewPipe:NewPipeExtractor:6cdaef5'
compile 'com.github.TeamNewPipe:NewPipeExtractor:f308755'
testCompile 'junit:junit:4.12'
testCompile 'org.mockito:mockito-core:1.10.19'