From f947856a610b4762c6b31a782324ed78480d30c5 Mon Sep 17 00:00:00 2001 From: Andrew <30773181+2secslater@users.noreply.github.com> Date: Thu, 8 Aug 2019 01:13:34 +0000 Subject: [PATCH] Revert last commit --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 148f599bb..298ef0833 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -56,8 +56,8 @@ dependencies { androidTestImplementation('com.android.support.test.espresso:espresso-core:3.0.2', { exclude module: 'support-annotations' }) - - implementation 'com.github.TeamNewPipe:NewPipeExtractor:7fb17684f5d97' + + implementation 'com.github.TeamNewPipe:NewPipeExtractor:5f65788a2f89e' testImplementation 'junit:junit:4.12' testImplementation 'org.mockito:mockito-core:2.23.0'