mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2026-06-02 10:42:11 +00:00
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:
+3
-2
@@ -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"))
|
||||
// }
|
||||
//}
|
||||
|
||||
Reference in New Issue
Block a user