chore: upgrade dependencies
Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
parent
2ea495f401
commit
d9e1db6dbd
|
|
@ -19,7 +19,7 @@ plugins {
|
|||
id("com.google.gms.google-services")
|
||||
}
|
||||
|
||||
val composeBomVersion = "2024.10.01"
|
||||
val composeBomVersion = "2025.03.00"
|
||||
val accompanistVersion = "0.34.0"
|
||||
val okhttpVersion = "4.12.0"
|
||||
val navVersion = "2.8.7"
|
||||
|
|
@ -28,7 +28,7 @@ val glideVersion = "4.16.0"
|
|||
val ktorVersion = "3.0.0-beta-2"
|
||||
val media3Version = "1.5.0"
|
||||
val livekitVersion = "2.2.0"
|
||||
val material3Version = "1.4.0-alpha09"
|
||||
val material3Version = "1.4.0-alpha10"
|
||||
val androidXTestVersion = "1.6.1"
|
||||
|
||||
fun property(fileName: String, propertyName: String, fallbackEnv: String? = null): String? {
|
||||
|
|
|
|||
Loading…
Reference in New Issue