fix shitpack issue

(we may want to revert this later)
This commit is contained in:
Cloudburst 2022-08-15 11:23:32 +02:00 committed by GitHub
parent ed9ae3d0e0
commit 079aae8afd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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