Skip to content

Commit

Permalink
gradle: Add local extractor override
Browse files Browse the repository at this point in the history
  • Loading branch information
mikooomich committed Jan 8, 2025
1 parent 0cfd5f6 commit 1959468
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,16 @@ include(":innertube")
include(":kugou")
include(":lrclib")
include(":material-color-utilities")



// 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("../TubularExtractor") {
// dependencySubstitution {
// substitute(module("com.github.gechoto:NewPipeExtractor"))
// .using(project(":extractor"))
// }
//}

0 comments on commit 1959468

Please sign in to comment.