Skip to content

Commit

Permalink
setup libsodium native library
Browse files Browse the repository at this point in the history
I'm finally making some progress with encryption, but I'll need quite some time.
  • Loading branch information
seldon1000 committed Sep 11, 2021
1 parent a8ac3d6 commit 2658e01
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ android {
composeOptions {
kotlinCompilerExtensionVersion compose_version
}
sourceSets {
main {
jniLibs.srcDirs = ["libs"]
}
}
ndkVersion '23.0.7599858'
}

Expand Down
Binary file added app/libs/arm64-v8a/libsodium.so
Binary file not shown.
Binary file added app/libs/armeabi-v7a/libsodium.so
Binary file not shown.
Binary file added app/libs/x86/libsodium.so
Binary file not shown.

0 comments on commit 2658e01

Please sign in to comment.