From 4524a69f99be8f0d613fe7a1272b9aba5c278cf1 Mon Sep 17 00:00:00 2001 From: TobiGr Date: Wed, 25 Mar 2020 12:04:16 +0100 Subject: [PATCH] Update extractor version --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index c710f4f5d..08a50b695 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -92,7 +92,7 @@ dependencies { exclude module: 'support-annotations' }) - implementation 'com.github.TeamNewPipe:NewPipeExtractor:2cf8cbf0d' + implementation 'com.github.TeamNewPipe:NewPipeExtractor:bff595c6c' testImplementation 'junit:junit:4.12' testImplementation 'org.mockito:mockito-core:2.23.0'