From 6447af8541392eeb876c9c6b13a3358a189e8af9 Mon Sep 17 00:00:00 2001 From: TobiGr Date: Thu, 12 Sep 2019 22:43:07 +0200 Subject: [PATCH] Update extractor version to fix live streams --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index ce8052236..000eaeaa1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -57,7 +57,7 @@ dependencies { exclude module: 'support-annotations' }) - implementation 'com.github.teamnewpipe:NewPipeExtractor:ec3554a2ea6aa20' + implementation 'com.github.teamnewpipe:NewPipeExtractor:dbdd9ed083d0b8a' testImplementation 'junit:junit:4.12' testImplementation 'org.mockito:mockito-core:2.23.0'