From 803b8eab282fe343fb28f03a3019addefcff4515 Mon Sep 17 00:00:00 2001 From: Ritvik Saraf <13ritvik@gmail.com> Date: Fri, 28 Sep 2018 05:04:36 +0530 Subject: [PATCH] updated extractor version --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index e1727665a..2104d2023 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -55,7 +55,7 @@ dependencies { exclude module: 'support-annotations' } - implementation 'com.github.yausername:NewPipeExtractor:c2ed99b' + implementation 'com.github.yausername:NewPipeExtractor:d1ff1c7' testImplementation 'junit:junit:4.12' testImplementation 'org.mockito:mockito-core:2.8.9'