Merge pull request #12765 from TransZAllen/build_error_into_NewPipeExtractor

[Build] Local NewPipeExtractor build inclusion fails in settings.gradle.kts
This commit is contained in:
Tobi 2025-11-02 02:02:59 -08:00 committed by GitHub
commit 2fadaffb98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,8 +25,9 @@ include (":app")
// We assume, that NewPipe and NewPipe Extractor have the same parent directory.
// If this is not the case, please change the path in includeBuild().
//includeBuild('../NewPipeExtractor') {
//includeBuild("../NewPipeExtractor") {
// dependencySubstitution {
// substitute module('com.github.TeamNewPipe:NewPipeExtractor') using project(':extractor')
// substitute(module("com.github.TeamNewPipe:NewPipeExtractor"))
// .using(project(":extractor"))
// }
//}