mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Updated firebase BoM
This commit is contained in:
parent
12e6de52a8
commit
8b9ceef6da
2 changed files with 2 additions and 1 deletions
|
|
@ -127,6 +127,7 @@ class LinphoneApplication : Application(), SingletonImageLoader.Factory {
|
|||
.crossfade(false)
|
||||
.components {
|
||||
add(VideoFrameDecoder.Factory())
|
||||
// add(GifDecoder.Factory) // Do not add it, GIFs are properly rendered without it and adding it breaks resizing...
|
||||
add(SvgDecoder.Factory())
|
||||
}
|
||||
.memoryCache {
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ agp = "8.8.2"
|
|||
kotlin = "2.0.21"
|
||||
gmsGoogleServices = "4.4.2"
|
||||
firebaseCrashlytics = "3.0.3"
|
||||
firebaseBomVersion = "33.9.0"
|
||||
firebaseBomVersion = "33.10.0"
|
||||
ktlint = "12.1.2"
|
||||
|
||||
annotations = "1.9.1"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue