From d3fcb0aa6a9facc05ade3bc73d39dba41c5ddc08 Mon Sep 17 00:00:00 2001 From: TacoTheDank Date: Wed, 10 Oct 2018 14:29:26 -0400 Subject: [PATCH] Update build.gradle --- app/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 0b3d79adb..83e8f8a0a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -54,7 +54,8 @@ dependencies { exclude module: 'support-annotations' }) - implementation 'com.github.TeamNewPipe:NewPipeExtractor:24cb684e235' + //https://github.com/TeamNewPipe/NewPipeExtractor/commits/master + implementation 'com.github.TeamNewPipe:NewPipeExtractor:96b4c97cee1' //24cb684e235 testImplementation 'junit:junit:4.12' testImplementation 'org.mockito:mockito-core:2.23.0'