From 8b6728480f11cc507e2f86d661d8825f130ab3ac Mon Sep 17 00:00:00 2001 From: bopol Date: Thu, 7 May 2020 15:46:41 +0200 Subject: [PATCH] bump extractor version --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 3e04c331c..d91a4bba7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -157,7 +157,7 @@ dependencies { exclude module: 'support-annotations' }) - implementation 'com.github.B0pol:NewPipeExtractor:bc13e0c616c7a01c5f2588ed08e4915ef2ea9106' + implementation 'com.github.TeamNewPipe:NewPipeExtractor:665c69b5306d335985d5c0692f5119b5172c1b7a' testImplementation 'junit:junit:4.12' testImplementation 'org.mockito:mockito-core:2.23.0'