1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-06-15 18:00:05 +00:00
NewPipe/settings.gradle
2020-10-16 13:27:09 +02:00

12 lines
423 B
Groovy

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 {
// substitute module('com.github.TeamNewPipe:NewPipeExtractor') with project(':extractor')
// }
//}