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

Gradle: Replaced deprecated `with` with `using`
pull/5843/head
litetex 2021-11-12 18:17:41 +01:00 zatwierdzone przez GitHub
commit d5f25e05d9
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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