From a02e12abe87e914dec3359661421c59d2676b697 Mon Sep 17 00:00:00 2001 From: TobiGr Date: Mon, 7 Oct 2019 11:01:01 +0200 Subject: [PATCH] Update extractor --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index f6df30078..f1480066d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -57,7 +57,7 @@ dependencies { exclude module: 'support-annotations' }) - implementation 'com.github.teamnewpipe:NewPipeExtractor:6d504e08836b0b' + implementation 'com.github.teamnewpipe:NewPipeExtractor:06f2144e4daa10' testImplementation 'junit:junit:4.12' testImplementation 'org.mockito:mockito-core:2.23.0'