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
Copy file name to clipboardExpand all lines: README.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -286,9 +286,15 @@ If you are using the `yoti-sdk-liveness-zoom` module together with the [App Bund
286
286
```
287
287
Native library failed to load: null
288
288
```
289
-
This is caused by a third party library we use. Disabling uncompressed native libraries inside your project's `gradle.properties` file solves the issue:
289
+
This is caused by a third party library we use. To fix it, you can try adding the following to your `build.gradle` file:
0 commit comments