bisq/desktop
Devin Bileck 5016ad8951
Reduce bundled javacv library size
With the introduction of the javacv library when re-adding the QR code
scanner feature for mobile notification pairing in #7050, the Bisq
binary increased to nearly 1 GB from its previous size of around 300 MB.

When including the javacv-platform dependency, it pulls in binaries
for all platforms. But it is possible to limit this by utilizing
the gradle-javacpp platform plugin which by default will pull in
binaries only for the current platform.

Reference: https://github.com/bytedeco/gradle-javacpp#the-platform-plugin

With this change, the included libs went from ~980 MB down to ~366 MB.
2024-06-22 23:17:27 -07:00
..
package Revert to SNAPSHOT version 2024-05-09 20:42:56 +02:00
src Add uid to Filter 2024-06-08 17:07:08 +07:00
build.gradle Reduce bundled javacv library size 2024-06-22 23:17:27 -07:00