mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2026-08-12 01:27:33 +00:00
replace jni-based zbar wrapper with ffm-based jzbar
* Replace ZBar JNI library implementation with jzbar * Move ZBar.java to com.sparrowwallet.sparrow.control package * Move ZBar.java to the com.sparrowwallet.sparrow.io package * Switch to jzbar from Maven Central and update module/package imports accordingly * Remove jzbar entry from extraJavaModuleInfo to avoid module patching error
This commit is contained in:
@@ -56,4 +56,5 @@ open module com.sparrowwallet.sparrow {
|
||||
requires com.sparrowwallet.tern;
|
||||
requires com.sparrowwallet.lark;
|
||||
requires com.sun.jna;
|
||||
requires io.github.doblon8.jzbar;
|
||||
}
|
||||
Reference in New Issue
Block a user