diff --git a/android/app/build.gradle b/android/app/build.gradle index 1b14148b..b6d9afa2 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -95,4 +95,8 @@ flutter { dependencies { implementation 'com.android.support:multidex:2.0.1' androidTestUtil 'androidx.test:orchestrator:1.5.1' + // required by flutter_secure_storage + implementation 'com.google.errorprone:error_prone_annotations:2.36.0' + // required by flutter_secure_storage + implementation 'com.github.spotbugs:spotbugs-annotations:4.8.6' } \ No newline at end of file