Skip to content

Commit

Permalink
Trying stuff from stackoverflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Zverik committed May 8, 2024
1 parent a3866fd commit d536522
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit d536522

Please sign in to comment.