Skip to content

Commit

Permalink
chore: fix compile error on Android caused by flutter_secure_storage
Browse files Browse the repository at this point in the history
  • Loading branch information
w568w committed Nov 28, 2024
1 parent 0121f17 commit 144fd82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,6 @@ flutter {

dependencies {
implementation 'com.google.android.material:material:1.12.0'
implementation 'com.google.errorprone:error_prone_annotations:2.36.0' // required by flutter_secure_storage
implementation 'com.github.spotbugs:spotbugs-annotations:4.8.6' // required by flutter_secure_storage for class javax.annotation.Nullable and javax.annotation.concurrent.GuardedBy
}

0 comments on commit 144fd82

Please sign in to comment.