Skip to content

Commit

Permalink
(workaround) flutter_secure_storageのAndroid向けの依存関係解決
Browse files Browse the repository at this point in the history
  • Loading branch information
Npepperlinux committed Dec 15, 2024
1 parent 7dca550 commit f5809a5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,7 @@ flutter {
source '../..'
}

dependencies {}
dependencies {
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
}

0 comments on commit f5809a5

Please sign in to comment.