kopia lustrzana https://github.com/TeamNewPipe/NewPipe
Merge pull request #7395 from litetex/gradle-replaced-with-with-using
Gradle: Replaced deprecated `with` with `using`pull/5843/head
commit
d5f25e05d9
|
@ -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')
|
||||
// }
|
||||
//}
|
||||
|
|
Ładowanie…
Reference in New Issue