Update newpipe

This commit is contained in:
firelight
2024-12-06 14:34:56 +00:00
committed by GitHub
parent 6013262579
commit 5a7ff3d47c
3 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ kotlin {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0")
implementation("me.xdrop:fuzzywuzzy:1.4.0") // Match extractors
implementation("org.mozilla:rhino:1.7.15") // run JavaScript
implementation("com.github.teamnewpipe:NewPipeExtractor:v0.24.2")
implementation("com.github.teamnewpipe:NewPipeExtractor:v0.24.3")
}
}
}