workaround for Firebase "Service not registered" issue
This commit is contained in:
parent
be2c9ed914
commit
ba031a0144
1 changed files with 3 additions and 0 deletions
|
@ -109,6 +109,9 @@ dependencies {
|
||||||
implementation 'com.github.deckerst:Android-TiffBitmapFactory:7efb450636'
|
implementation 'com.github.deckerst:Android-TiffBitmapFactory:7efb450636'
|
||||||
implementation 'com.github.bumptech.glide:glide:4.11.0'
|
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 'androidx.annotation:annotation:1.1.0'
|
||||||
kapt 'com.github.bumptech.glide:compiler:4.11.0'
|
kapt 'com.github.bumptech.glide:compiler:4.11.0'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue