mirror of
https://github.com/TeamNewPipe/NewPipe.git
synced 2025-12-05 01:10:43 +00:00
[Build] Fix Extractor dependency substitution after settings.gradle conversion
This commit is contained in:
@@ -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"))
|
||||
// }
|
||||
//}
|
||||
|
||||
Reference in New Issue
Block a user