tauri-plugin-keystore 2.1.0-alpha.2

Interact with the device-native key storage (Android Keystore, iOS Keychain).
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Tauri Plugin Keystore - Android

Kotlin implementation that interacts with the Android KeyStore and SharedPreferences.

## Build

The Gradle build tool is checked into the repository, so the following command can be executed to build the project:

```shell
./gradlew build
```

> [!NOTE]
> Requires a local Java installation.