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:
parent
fbdd7e07bf
commit
715d75c5c4
10 changed files with 171 additions and 38 deletions
|
|
@ -28,7 +28,6 @@ dependencies {
|
|||
implementation(libs.sqldelight.driver.android)
|
||||
implementation(libs.sqlcipher)
|
||||
implementation(libs.sqlite)
|
||||
implementation(libs.androidx.security.crypto)
|
||||
implementation(projects.libraries.di)
|
||||
implementation(libs.sqldelight.coroutines)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue