Skip to content

Commit 995307b

Browse files
revert setting.gradle
Comment out the includeBuild section for NewPipe Extractor.
1 parent 865c830 commit 995307b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

settings.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ include ':app'
33
// Use a local copy of NewPipe Extractor by uncommenting the lines below.
44
// We assume, that NewPipe and NewPipe Extractor have the same parent directory.
55
// If this is not the case, please change the path in includeBuild().
6-
//
7-
includeBuild('../NewPipeExtractor') {
8-
dependencySubstitution {
9-
substitute module('com.github.TeamNewPipe:NewPipeExtractor') using project(':extractor')
10-
}
11-
}
6+
7+
// includeBuild('../NewPipeExtractor') {
8+
// dependencySubstitution {
9+
// substitute module('com.github.TeamNewPipe:NewPipeExtractor') using project(':extractor')
10+
// }
11+
// }

0 commit comments

Comments
 (0)