Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit 169d6e5

Browse files
authored
chore!: update indy SDK version to 1.16 for android
Signed-off-by: Amit <[email protected]>
1 parent 8b9c352 commit 169d6e5

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,19 +68,19 @@ Download Android libindy binaries and copy them into `android/app/src/main/jniLi
6868
1. Create `android/app/src/main/jniLibs` directory in your project
6969
2. Create subdirectories `arm64-v8a`, `armeabi-v7a`, `x86` and `x86_64` inside `android/app/src/main/jniLibs`.
7070
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/
7272
- 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`
7777
4. Extract all downloaded ZIP files and copy `libindy.so` files to corresponding `jniLibs` directory
7878
- `libindy_arm64/lib/libindy.so` to `jniLibs/arm64-v8a/libindy.so`
7979
- `libindy_armv7/lib/libindy.so` to `jniLibs/armeabi-v7a/libindy.so`
8080
- `libindy_x86/lib/libindy.so` to `jniLibs/x86/libindy.so`
8181
- `libindy_x86_64/lib/libindy.so` to `jniLibs/x86_64/libindy.so`
8282
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
8484
- download the binaries for `aarch64`, `armv7`, `x86`, `x86-64`, e.g.:
8585
- `android-aarch64.jar`
8686
- `android-armv7.jar`

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ repositories {
9292
dependencies {
9393
//noinspection GradleDynamicVersion
9494
implementation 'com.facebook.react:react-native:+' // From node_modules
95-
implementation 'org.hyperledger:indy:1.15.0'
95+
implementation 'org.hyperledger:indy:1.16.0'
9696
implementation 'com.google.code.gson:gson:2.8.5'
9797
}
9898

0 commit comments

Comments
 (0)