Skip to content

Commit

Permalink
Upgrade tink to 1.10.0
Browse files Browse the repository at this point in the history
1.11.0 is tagged, but not released to maven central, yet.
  • Loading branch information
grote committed Oct 9, 2023
1 parent 5872678 commit 861d240
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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' }
},
]
2 changes: 1 addition & 1 deletion storage/lib/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -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 added storage/lib/libs/tink-android-1.10.0.jar
Binary file not shown.
Binary file removed storage/lib/libs/tink-android-1.7.0.jar
Binary file not shown.

0 comments on commit 861d240

Please sign in to comment.