1
0
mirror of https://github.com/TeamNewPipe/NewPipe/ synced 2024-12-14 02:17:45 +01:00
NewPipe-app-android/app
jimbo1qaz 8036c831a5 Add missing dependencies inherited from NewPipeExtractor into NewPipe
- 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')
    }
}
2019-08-17 23:27:04 -07:00
..
src Merge branch 'dev' of github.com:teamnewpipe/newpipe into dev 2019-08-18 01:01:43 +02:00
.gitignore
build.gradle Add missing dependencies inherited from NewPipeExtractor into NewPipe 2019-08-17 23:27:04 -07:00
proguard-rules.pro Downloader: Fix crash on loading unfinished downloads from .giga files 2018-06-01 14:35:03 +02:00