Upgrade tink to 1.10.0

1.11.0 is tagged, but not released to maven central, yet.
This commit is contained in:
Torsten Grote 2023-10-09 11:20:52 -03:00
parent cb95444ad4
commit f8b94c5f57
No known key found for this signature in database
GPG key ID: 3E5F77D92CF891FF
4 changed files with 2 additions and 2 deletions

View file

@ -108,6 +108,6 @@ ext.storage_libs = [
// https://github.com/google/tink/releases
com_google_crypto_tink_android: dependencies.create('com.google.crypto.tink:tink-android') {
// careful with upgrading tink, so old backups continue to be decryptable
version { strictly '1.7.0' }
version { strictly '1.10.0' }
},
]

View file

@ -46,6 +46,6 @@ android_library {
java_import {
name: "seedvault-lib-tink-android",
jars: ["libs/tink-android-1.7.0.jar"],
jars: ["libs/tink-android-1.10.0.jar"],
sdk_version: "current",
}

Binary file not shown.