From 764a171a259aec53b81017921e51538b5328767d Mon Sep 17 00:00:00 2001 From: Christian Schabesberger Date: Tue, 31 Oct 2017 14:18:38 +0100 Subject: [PATCH] fix nullpinter exception for getUploaderName() --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 2f5a06f15..da23f6acd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -48,7 +48,7 @@ dependencies { exclude module: 'support-annotations' } - compile 'com.github.TeamNewPipe:NewPipeExtractor:7899cd1' + compile 'com.github.TeamNewPipe:NewPipeExtractor:b9d0941' testCompile 'junit:junit:4.12' testCompile 'org.mockito:mockito-core:1.10.19'