Migrate to SecureStorage

This commit is contained in:
github@helcel.net
2026-06-30 19:24:25 +02:00
parent 7b3797f6a8
commit 66eb76d6d2
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"
}