[Build] Fix Extractor dependency substitution after settings.gradle conversion

This commit is contained in:
TobiGr
2025-10-31 22:53:06 +01:00
parent 0a89276b7a
commit d19d20ce63

View File

@@ -25,8 +25,8 @@ 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"))
// }
//}