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:
commit
0e51a5851d
1 changed files with 3 additions and 2 deletions
|
|
@ -25,8 +25,9 @@ include (":app")
|
||||||
// We assume, that NewPipe and NewPipe Extractor have the same parent directory.
|
// We assume, that NewPipe and NewPipe Extractor have the same parent directory.
|
||||||
// If this is not the case, please change the path in includeBuild().
|
// If this is not the case, please change the path in includeBuild().
|
||||||
|
|
||||||
//includeBuild('../NewPipeExtractor') {
|
//includeBuild("../NewPipeExtractor") {
|
||||||
// dependencySubstitution {
|
// dependencySubstitution {
|
||||||
// substitute module('com.github.TeamNewPipe:NewPipeExtractor') using project(':extractor')
|
// substitute(module("com.github.TeamNewPipe:NewPipeExtractor"))
|
||||||
|
// .using(project(":extractor"))
|
||||||
// }
|
// }
|
||||||
//}
|
//}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue