From c4967532e42a222ef4c6d7e8e4f7a71337f636d2 Mon Sep 17 00:00:00 2001 From: Andrew <30773181+2secslater@users.noreply.github.com> Date: Thu, 8 Aug 2019 01:07:51 +0000 Subject: [PATCH] Use commit from extractor pr --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index cb57a31b0..148f599bb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -57,7 +57,7 @@ dependencies { exclude module: 'support-annotations' }) - implementation 'com.github.TeamNewPipe:NewPipeExtractor:5f65788a2f89e' + implementation 'com.github.TeamNewPipe:NewPipeExtractor:7fb17684f5d97' testImplementation 'junit:junit:4.12' testImplementation 'org.mockito:mockito-core:2.23.0'