1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2026-06-14 00:28:51 +00:00

2 Commits

Author SHA1 Message Date
tobigr d927f44c46 Merge branch 'master' into dev 2026-06-10 08:17:50 +02:00
Aayush Gupta 860a9004fe Import and generate BOM using about libraries plugin
The plugin traverses child libraries automatically, so adding it to the parent modules
allows us to include dependencies of the whole app and not just the shared part.

Configure app and desktopApp to generate the BOM in respective directories
of shared module. As iosApp only contains swift, add it's configuration in shared.

Also override extractor and evernote's messed up license

Generated using: ./gradlew exportLibraryDefinitions

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2026-05-26 19:33:37 +08:00