mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2024-12-23 16:40:32 +00:00
Merge pull request #7395 from litetex/gradle-replaced-with-with-using
Gradle: Replaced deprecated `with` with `using`
This commit is contained in:
commit
d5f25e05d9
@ -6,6 +6,6 @@ include ':app'
|
|||||||
|
|
||||||
//includeBuild('../NewPipeExtractor') {
|
//includeBuild('../NewPipeExtractor') {
|
||||||
// dependencySubstitution {
|
// dependencySubstitution {
|
||||||
// substitute module('com.github.TeamNewPipe:NewPipeExtractor') with project(':extractor')
|
// substitute module('com.github.TeamNewPipe:NewPipeExtractor') using project(':extractor')
|
||||||
// }
|
// }
|
||||||
//}
|
//}
|
||||||
|
Loading…
Reference in New Issue
Block a user