Add info to build.gradle and settings.gradle on how to use a local

NewPipe extractor version.
This commit is contained in:
TobiGr 2020-10-16 13:27:04 +02:00
parent 75f06ced94
commit 628dd805f7
2 changed files with 14 additions and 2 deletions

View file

@ -1 +1,11 @@
include ':app'
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')
// }
//}