Migrate to SecureStorage

This commit is contained in:
soraefir
2026-06-30 19:00:15 +02:00
parent c3d380ddb4
commit 119ae757b9
8 changed files with 89 additions and 73 deletions
+2
View File
@@ -116,4 +116,6 @@ dependencies {
implementation 'androidx.activity:activity-ktx:1.13.0'
implementation 'androidx.security:security-crypto:1.1.0'
implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.11.0'
implementation "androidx.datastore:datastore-preferences:1.2.1"
implementation "com.google.crypto.tink:tink-android:1.22.0"
}