We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
google.crypto.tink
1 parent a4bb296 commit 3859b16Copy full SHA for 3859b16
packages/secure_storage/amplify_secure_storage/android/build.gradle
@@ -54,7 +54,7 @@ dependencies {
54
implementation 'androidx.security:security-crypto:1.0.0'
55
// TODO(Jordan-Nelson): remove once security-crypto:1.1.0 is stable.
56
// See https://github.com/aws-amplify/amplify-flutter/issues/2640
57
- implementation 'com.google.crypto.tink:tink-android:[1.8.0'
+ implementation 'com.google.crypto.tink:tink-android:[1.8.0, )'
58
testImplementation 'junit:junit:4.13.2'
59
testImplementation 'org.robolectric:robolectric:4.10.3'
60
testImplementation 'androidx.test:core-ktx:1.5.0'
0 commit comments