From 079aae8afdf70aa434e2d4d755b2125ce4490790 Mon Sep 17 00:00:00 2001 From: Cloudburst <18114966+C10udburst@users.noreply.github.com> Date: Mon, 15 Aug 2022 11:23:32 +0200 Subject: [PATCH] fix shitpack issue (we may want to revert this later) --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 0ae26e28..c77cd287 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -187,7 +187,7 @@ dependencies { //implementation 'com.github.HaarigerHarald:android-youtubeExtractor:master-SNAPSHOT' // newpipe yt - implementation 'com.github.TeamNewPipe:NewPipeExtractor:master-SNAPSHOT' + implementation 'com.github.recloudstream:NewPipeExtractor:master-SNAPSHOT' coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5' // Library/extensions searching with Levenshtein distance @@ -205,4 +205,4 @@ task makeJar(type: Copy) { into('build') // output location include('classes.jar') // the classes file of the imported rack package dependsOn build -} \ No newline at end of file +}