Updated firebase BoM

This commit is contained in:
Sylvain Berfini 2025-03-03 11:46:12 +01:00
parent 12e6de52a8
commit 8b9ceef6da
2 changed files with 2 additions and 1 deletions

View file

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

View file

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