# 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.