From 93b75b6013afc80f7a7fab903f3b2bce68a6cf68 Mon Sep 17 00:00:00 2001 From: TobiGr Date: Wed, 25 Mar 2020 22:31:21 +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 08a50b695..49ac0ccfe 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -92,7 +92,7 @@ dependencies { exclude module: 'support-annotations' }) - implementation 'com.github.TeamNewPipe:NewPipeExtractor:bff595c6c' + implementation 'com.github.TeamNewPipe:NewPipeExtractor:647e7cd45' testImplementation 'junit:junit:4.12' testImplementation 'org.mockito:mockito-core:2.23.0'