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 +}