Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Secrets.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ sekret {
propertiesFile.set(File("custom/path/to/file.properties")) // default: sekret.properties in the current module folder

nativeCopy {
// set output directories here
androidJNIFolder.set(file("custom/path/to/src/main/jniLibs")) // default does not copy the native libraries
}
}
}
Expand Down Expand Up @@ -132,7 +132,7 @@ SekretConfig {
}
```

It can be ued per-decryption then, like this:
It can be used per-decryption then, like this:

```kotlin
val neverDirectDecryption = Sekret.yourKeyName("YourCustomEncryptionKey", SekretConfig {
Expand Down