From fec7672598107c0894926a65ebf25a8bbb063d53 Mon Sep 17 00:00:00 2001 From: Ritvik Saraf <13ritvik@gmail.com> Date: Sat, 19 Jan 2019 15:26:31 +0530 Subject: [PATCH] updated extractor for url decryption fix --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index c340595e1..3c80c6e7e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -54,7 +54,7 @@ dependencies { exclude module: 'support-annotations' }) - implementation 'com.github.yausername:NewPipeExtractor:c77050d' + implementation 'com.github.yausername:NewPipeExtractor:25ed9de' testImplementation 'junit:junit:4.12' testImplementation 'org.mockito:mockito-core:2.23.0'