workaround for Firebase "Service not registered" issue

This commit is contained in:
Thibault Deckers 2020-11-18 15:53:24 +09:00
parent be2c9ed914
commit ba031a0144

View file

@ -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'