Skip to content

Commit

Permalink
Add info to build.gradle and settings.gradle on how to use a local
Browse files Browse the repository at this point in the history
NewPipe extractor version.

Co-Authored-By: Tobi <17365767+tobigr@users.noreply.github.com>
  • Loading branch information
ShareASmile and TobiGr committed Dec 24, 2023
1 parent b9c70c0 commit 342dba5
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -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')
// }
//}

0 comments on commit 342dba5

Please sign in to comment.