aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Markoff <jmarkoff@google.com>2020-07-14 21:22:28 +0000
committerandroid-build-prod (mdb) <android-build-team-robot@google.com>2020-07-29 03:38:40 +0000
commit73e50dca45f0c39a00dd117a5ed276c7c659a8aa (patch)
tree5cb709a63204c5924529a8f00af0d74d5ecf8dff
parent283b457497c6790d17b0d6bfb2fa345e1fd2990e (diff)
downloadsupport-73e50dca45f0c39a00dd117a5ed276c7c659a8aa.tar.gz
Updated Tink to release 1.4.0
Change-Id: I598ce4cd983755f13eec418cb00bdd18e91c5532 (cherry picked from commit 827cb9090bd60e06100d2bb8d696520aaa44e997)
-rw-r--r--security/crypto/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/crypto/build.gradle b/security/crypto/build.gradle
index 2bd04a689a2..4403e5836a2 100644
--- a/security/crypto/build.gradle
+++ b/security/crypto/build.gradle
@@ -28,7 +28,7 @@ plugins {
dependencies {
api("androidx.annotation:annotation:1.1.0")
- implementation("com.google.crypto.tink:tink-android:1.4.0-rc2")
+ implementation("com.google.crypto.tink:tink-android:1.4.0")
androidTestImplementation(ANDROIDX_TEST_EXT_JUNIT)
androidTestImplementation(ANDROIDX_TEST_CORE)