chore: upgrade, uncomment livekit dep

Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
Infi 2025-04-26 00:58:50 +02:00
parent bb252bef83
commit e91652cb78
1 changed files with 2 additions and 3 deletions

View File

@ -27,7 +27,7 @@ val hiltVersion = "2.52"
val glideVersion = "4.16.0"
val ktorVersion = "3.0.0-beta-2"
val media3Version = "1.5.0"
val livekitVersion = "2.2.0"
val livekitVersion = "2.14.1"
val material3Version = "1.4.0-alpha10"
val androidXTestVersion = "1.6.1"
@ -288,8 +288,7 @@ dependencies {
implementation("dev.snipme:highlights:1.0.0")
// Livekit
// FIXME temporarily not included, re-add when realtime media is to be implemented
// implementation "io.livekit:livekit-android:$livekit_version"
implementation("io.livekit:livekit-android:$livekitVersion")
// Firebase - Cloud Messaging
implementation(platform("com.google.firebase:firebase-bom:33.9.0"))