Upgrade tink to 1.10.0
1.11.0 is tagged, but not released to maven central, yet.
This commit is contained in:
parent
cb95444ad4
commit
f8b94c5f57
4 changed files with 2 additions and 2 deletions
|
@ -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' }
|
||||
},
|
||||
]
|
||||
|
|
|
@ -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",
|
||||
}
|
||||
|
|
BIN
storage/lib/libs/tink-android-1.10.0.jar
Normal file
BIN
storage/lib/libs/tink-android-1.10.0.jar
Normal file
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue