1
0
mirror of https://github.com/TeamNewPipe/NewPipe/ synced 2024-12-26 08:52:57 +01:00

fix nullpinter exception for getUploaderName()

This commit is contained in:
Christian Schabesberger 2017-10-31 14:18:38 +01:00
parent f8c0c449bf
commit 764a171a25

View File

@ -48,7 +48,7 @@ dependencies {
exclude module: 'support-annotations' exclude module: 'support-annotations'
} }
compile 'com.github.TeamNewPipe:NewPipeExtractor:7899cd1' compile 'com.github.TeamNewPipe:NewPipeExtractor:b9d0941'
testCompile 'junit:junit:4.12' testCompile 'junit:junit:4.12'
testCompile 'org.mockito:mockito-core:1.10.19' testCompile 'org.mockito:mockito-core:1.10.19'