Add Google Tink dependency, replacing androidx.security.crypto (#4405)

* Add Google Tink dependency, replacing `androidx.security.crypto`

* Replace the `EncryptedFile` implementation too

* Extract constants, add some more docs
This commit is contained in:
Jorge Martin Espinosa 2025-03-17 10:04:21 +01:00 committed by GitHub
parent fbdd7e07bf
commit 715d75c5c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 171 additions and 38 deletions

View file

@ -27,7 +27,6 @@ dependencies {
implementation(libs.dagger)
implementation(libs.androidx.corektx)
implementation(libs.androidx.datastore.preferences)
implementation(libs.androidx.security.crypto)
implementation(platform(libs.network.retrofit.bom))
implementation(libs.network.retrofit)
implementation(libs.serialization.json)