diff --git a/android/app/build.gradle b/android/app/build.gradle index 775910c2c..8880a3e39 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -109,6 +109,9 @@ dependencies { implementation 'com.github.deckerst:Android-TiffBitmapFactory:7efb450636' implementation 'com.github.bumptech.glide:glide:4.11.0' + // TODO TLAD remove when this is fixed: https://github.com/firebase/firebase-android-sdk/issues/1662 https://github.com/FirebaseExtended/flutterfire/issues/3990 + implementation 'com.google.firebase:firebase-analytics:18.0.0' + kapt 'androidx.annotation:annotation:1.1.0' kapt 'com.github.bumptech.glide:compiler:4.11.0'