zkmopro / mopro

Making client-side proving on mobile simple.
https://zkmopro.org
Apache License 2.0
131 stars 35 forks source link

(fix: android) Updated the dependency version of the `jna` lib to the… #217

Closed ElusAegis closed 4 months ago

ElusAegis commented 4 months ago

We had a dependency on the jna library for using the bindings in Kotlin lower (5.7.0) than the recommended version by uniffi (5.12.0) as well as the version we use for integration tests (5.13.0).

This caused some issues when I was doing the proc_marco PR #201 , as the older version does not work well with the Objects.

Proposal

Upgrade the dependency from (5.7.0) -> (5.13.0)