From 33b316d72fddaea53035bbc1e84d2c3ca068eee7 Mon Sep 17 00:00:00 2001 From: Christian Schabesberger Date: Sat, 9 Sep 2017 22:22:27 +0200 Subject: [PATCH] update extractor to not throw channelextractor exception --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 855261fea..a6a10f718 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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'