File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Fri Oct 21 13:32:17 AEDT 2022
21distributionBase =GRADLE_USER_HOME
32distributionPath =wrapper/dists
43distributionSha256Sum =e111cb9948407e26351227dabce49822fb88c37ee72f1d1582a69c68af2e702f
@@ -7,3 +6,4 @@ networkTimeout=10000
76zipStoreBase =GRADLE_USER_HOME
87zipStorePath =wrapper/dists
98zipStoreBase =GRADLE_USER_HOME
9+ zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ include ':app'
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().
66
7- includeBuild(' ../NewPipeExtractor' ) {
8- dependencySubstitution {
9- substitute module(' com.github.TeamNewPipe:NewPipeExtractor' ) using project(' :extractor' )
10- }
11- }
7+ // includeBuild('../NewPipeExtractor') {
8+ // dependencySubstitution {
9+ // substitute module('com.github.TeamNewPipe:NewPipeExtractor') using project(':extractor')
10+ // }
11+ // }
You can’t perform that action at this time.
0 commit comments