2020-10-16 11:27:04 +00: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().
|
|
|
|
|
|
|
|
//includeBuild('../NewPipeExtractor') {
|
|
|
|
// dependencySubstitution {
|
2021-11-11 19:17:54 +00:00
|
|
|
// substitute module('com.github.TeamNewPipe:NewPipeExtractor') using project(':extractor')
|
2020-10-16 11:27:04 +00:00
|
|
|
// }
|
|
|
|
//}
|
2024-12-04 14:21:35 +00:00
|
|
|
|
|
|
|
|
|
|
|
includeBuild('../NewPlayer') {
|
|
|
|
dependencySubstitution {
|
|
|
|
substitute module('com.github.TeamNewPipe:NewPlayer') using project(':new-player')
|
|
|
|
}
|
|
|
|
}
|