hyperledger-archives / aries-framework-dotnet

Aries Framework .NET for building multiplatform SSI services
https://wiki.hyperledger.org/display/aries
Apache License 2.0
84 stars 74 forks source link

Xamarin: Update instructions for including latest libindy #43

Closed gnarula closed 4 years ago

gnarula commented 4 years ago

Short description of what this resolves:

Android NDK >= 18 uses LLVM and libindy >= 1.12.0 has been built using the LLVM toolchain.

Changes proposed in this pull request:

This PR updates the documentation and sample code to use libc++_shared.so which is compatible with the latest version of libindy and Android NDK.

tmarkovski commented 4 years ago

Thanks for the update @gnarula