2020-10-16 13:27:04 +02:00
|
|
|
include ':app'
|
|
|
|
|
|
|
|
// Use a local copy of NewPipe Extractor by uncommenting the lines below.
|
|
|
|
// We assume, that NewPipe and NewPipe Extractor have the same parent directory.
|
|
|
|
// If this is not the case, please change the path in includeBuild().
|
|
|
|
|
2024-10-17 06:14:15 +02:00
|
|
|
includeBuild('../NewPipeExtractor') {
|
|
|
|
dependencySubstitution {
|
|
|
|
substitute module('com.github.TeamNewPipe:NewPipeExtractor') using project(':extractor')
|
|
|
|
}
|
|
|
|
}
|