diff --git a/android/app/build.gradle b/android/app/build.gradle index 8fce50b5..974ac9e2 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -80,6 +80,10 @@ flutter { source '../..' } +dependencies { + implementation 'com.google.errorprone:error_prone_annotations:2.27.1' +} + // Do this for an F-Droid release I guess //configurations.implementation { // exclude group: 'com.google.android.gms'