moves keystore to commons to avoid unnecessary dependencies on Quartz

This commit is contained in:
Vitor Pamplona
2026-01-07 11:09:45 -05:00
parent 7a7ce69709
commit ce01e8f70c
7 changed files with 13 additions and 13 deletions
-7
View File
@@ -166,9 +166,6 @@ kotlin {
// LibSodium for ChaCha encryption (NIP-44)
implementation (libs.lazysodium.java)
implementation (libs.jna)
// Secure key storage via OS keychain (macOS/Windows/Linux)
implementation(libs.java.keyring)
}
}
@@ -191,10 +188,6 @@ kotlin {
// LibSodium for ChaCha encryption (NIP-44)
implementation ("com.goterl:lazysodium-android:5.2.0@aar")
implementation ("net.java.dev.jna:jna:5.18.1@aar")
// Secure key storage via Android Keystore
implementation(libs.androidx.security.crypto.ktx)
implementation(libs.androidx.datastore.preferences)
}
}