Skip to content

Commit 3859b16

Browse files
fix: google.crypto.tink version constraint (#4434)
1 parent a4bb296 commit 3859b16

File tree

1 file changed

+1
-1
lines changed
  • packages/secure_storage/amplify_secure_storage/android

1 file changed

+1
-1
lines changed

packages/secure_storage/amplify_secure_storage/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dependencies {
5454
implementation 'androidx.security:security-crypto:1.0.0'
5555
// TODO(Jordan-Nelson): remove once security-crypto:1.1.0 is stable.
5656
// See https://github.com/aws-amplify/amplify-flutter/issues/2640
57-
implementation 'com.google.crypto.tink:tink-android:[1.8.0'
57+
implementation 'com.google.crypto.tink:tink-android:[1.8.0, )'
5858
testImplementation 'junit:junit:4.13.2'
5959
testImplementation 'org.robolectric:robolectric:4.10.3'
6060
testImplementation 'androidx.test:core-ktx:1.5.0'

0 commit comments

Comments
 (0)