mirror of
https://github.com/TeamNewPipe/NewPipe/
synced 2024-12-14 02:17:45 +01:00
8036c831a5
- NewPipe uses nanojson and jsoup, despite not declaring them. - NewPipe depends on NewPipeExtractor, which depends on nanojson and jsoup. - Gradle lets NewPipe use nanojson and jsoup, but this breaks when I use: includeBuild('../NewPipeExtractor') { dependencySubstitution { substitute module('com.github.TeamNewPipe:NewPipeExtractor') with project(':extractor') } } |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
build.gradle | ||
proguard-rules.pro |