From ba031a0144e5cb039f3e2f4a8e2d205adbf7d05e Mon Sep 17 00:00:00 2001 From: Thibault Deckers Date: Wed, 18 Nov 2020 15:53:24 +0900 Subject: [PATCH] workaround for Firebase "Service not registered" issue --- android/app/build.gradle | 3 +++ 1 file changed, 3 insertions(+) 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'