1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2026-04-24 07:41:23 +00:00

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

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