0
0
mirror of https://github.com/TeamNewPipe/NewPipe.git synced 2024-09-19 19:42:25 +02:00

Replaced deprecated `with with using`

This commit is contained in:
litetex 2021-11-11 20:17:54 +01:00
parent b5ad24eb47
commit 53303ac5d3

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