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.
1 parent 514018c commit 21e9242Copy full SHA for 21e9242
packages/secure_storage/amplify_secure_storage/android/build.gradle
@@ -56,6 +56,6 @@ dependencies {
56
// See https://github.com/aws-amplify/amplify-flutter/issues/2640
57
implementation 'com.google.crypto.tink:tink-android:[1.8.0, )'
58
testImplementation 'junit:junit:4.13.2'
59
- testImplementation 'org.robolectric:robolectric:4.15.1'
+ testImplementation 'org.robolectric:robolectric:4.16'
60
testImplementation 'androidx.test:core-ktx:1.6.1'
61
}
0 commit comments