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
commit d5f25e05d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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')
// }
//}