From 25db3c2940de8d74c48885aac3646c3684cff481 Mon Sep 17 00:00:00 2001 From: wb9688 Date: Sat, 16 Sep 2017 09:47:15 +0200 Subject: [PATCH] Update NewPipeExtractor --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 941dc72d7..f97ffffe2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -45,7 +45,7 @@ dependencies { exclude module: 'support-annotations' } - compile 'com.github.TeamNewPipe:NewPipeExtractor:7ae274b' + compile 'com.github.TeamNewPipe:NewPipeExtractor:4a91e29' testCompile 'junit:junit:4.12' testCompile 'org.mockito:mockito-core:1.10.19'