You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 1, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,19 +68,19 @@ Download Android libindy binaries and copy them into `android/app/src/main/jniLi
68
68
1. Create `android/app/src/main/jniLibs` directory in your project
69
69
2. Create subdirectories `arm64-v8a`, `armeabi-v7a`, `x86` and `x86_64` inside `android/app/src/main/jniLibs`.
70
70
3. Download the required libindy binaries for your release-channel and version
71
-
- with `stable` channel and version `1.15.0` base url will be https://repo.sovrin.org/android/libindy/stable/1.15.0/
71
+
- with `stable` channel and version `1.16.0` base url will be https://repo.sovrin.org/android/libindy/stable/1.16.0/
72
72
- download the binaries for `arm64`, `armv7`, `x86` and `x86_64`, e.g.:
73
-
-`libindy_android_arm64_1.15.0.zip`
74
-
-`libindy_android_armv7_1.15.0.zip`
75
-
-`libindy_android_x86_1.15.0.zip`
76
-
-`libindy_android_x86_64_1.15.0.zip`
73
+
-`libindy_android_arm64_1.16.0.zip`
74
+
-`libindy_android_armv7_1.16.0.zip`
75
+
-`libindy_android_x86_1.16.0.zip`
76
+
-`libindy_android_x86_64_1.16.0.zip`
77
77
4. Extract all downloaded ZIP files and copy `libindy.so` files to corresponding `jniLibs` directory
78
78
-`libindy_arm64/lib/libindy.so` to `jniLibs/arm64-v8a/libindy.so`
79
79
-`libindy_armv7/lib/libindy.so` to `jniLibs/armeabi-v7a/libindy.so`
80
80
-`libindy_x86/lib/libindy.so` to `jniLibs/x86/libindy.so`
81
81
-`libindy_x86_64/lib/libindy.so` to `jniLibs/x86_64/libindy.so`
82
82
5. Download the required JNA binaries from the [JNA GitHub repo](https://github.com/java-native-access/jna)
83
-
- libindy version 1.15.0 works with version 5.5.0 of JNA. In this case the base url is: https://github.com/java-native-access/jna/tree/5.5.0/lib/native
83
+
- libindy version 1.16.0 works with version 5.5.0 of JNA. In this case the base url is: https://github.com/java-native-access/jna/tree/5.5.0/lib/native
84
84
- download the binaries for `aarch64`, `armv7`, `x86`, `x86-64`, e.g.:
0 commit comments