Merge pull request #7395 from litetex/gradle-replaced-with-with-using

Gradle: Replaced deprecated `with` with `using`
This commit is contained in:
litetex
2021-11-12 18:17:41 +01:00
committed by GitHub
+1 -1
View File
@@ -6,6 +6,6 @@ include ':app'
//includeBuild('../NewPipeExtractor') {
// dependencySubstitution {
// substitute module('com.github.TeamNewPipe:NewPipeExtractor') with project(':extractor')
// substitute module('com.github.TeamNewPipe:NewPipeExtractor') using project(':extractor')
// }
//}