Skip to content

Commit d5f25e0

Browse files
authored
Merge pull request #7395 from litetex/gradle-replaced-with-with-using
Gradle: Replaced deprecated `with` with `using`
2 parents b5ad24e + 53303ac commit d5f25e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ include ':app'
66

77
//includeBuild('../NewPipeExtractor') {
88
// dependencySubstitution {
9-
// substitute module('com.github.TeamNewPipe:NewPipeExtractor') with project(':extractor')
9+
// substitute module('com.github.TeamNewPipe:NewPipeExtractor') using project(':extractor')
1010
// }
1111
//}

0 commit comments

Comments
 (0)