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

@ -31,7 +31,6 @@ dependencies {
implementation(libs.androidx.activity.activity)
implementation(libs.androidx.recyclerview)
implementation(libs.androidx.exifinterface)
implementation(libs.androidx.security.crypto)
api(libs.androidx.browser)
testImplementation(projects.tests.testutils)