We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 865c830 commit 995307bCopy full SHA for 995307b
1 file changed
settings.gradle
@@ -3,9 +3,9 @@ include ':app'
3
// Use a local copy of NewPipe Extractor by uncommenting the lines below.
4
// We assume, that NewPipe and NewPipe Extractor have the same parent directory.
5
// 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
-}
+
+// includeBuild('../NewPipeExtractor') {
+// dependencySubstitution {
+// substitute module('com.github.TeamNewPipe:NewPipeExtractor') using project(':extractor')
+// }
0 commit comments