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.
2 parents 650b51f + 1314a21 commit 2fadaffCopy full SHA for 2fadaff
settings.gradle.kts
@@ -25,8 +25,9 @@ include (":app")
25
// We assume, that NewPipe and NewPipe Extractor have the same parent directory.
26
// If this is not the case, please change the path in includeBuild().
27
28
-//includeBuild('../NewPipeExtractor') {
+//includeBuild("../NewPipeExtractor") {
29
// dependencySubstitution {
30
-// substitute module('com.github.TeamNewPipe:NewPipeExtractor') using project(':extractor')
+// substitute(module("com.github.TeamNewPipe:NewPipeExtractor"))
31
+// .using(project(":extractor"))
32
// }
33
//}
0 commit comments