Bump compose and lifecycle dependencies to latest stable release

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2025-06-17 14:19:12 +08:00
parent 3403f81a30
commit 16289c36ef

View File

@@ -5,7 +5,7 @@ androidx-hilt = "1.2.0"
androidx-junit = "1.2.1" androidx-junit = "1.2.1"
browser = "1.8.0" browser = "1.8.0"
coil = "3.2.0" coil = "3.2.0"
composeBom = "2025.05.01" composeBom = "2025.06.00"
core = "1.16.0" core = "1.16.0"
epoxy = "5.1.4" epoxy = "5.1.4"
espresso = "3.6.1" espresso = "3.6.1"
@@ -19,7 +19,7 @@ ksp = "2.1.20-1.0.32" # New versions depends upon KSP2 which conflicts with epox
ktlint = "12.1.2" ktlint = "12.1.2"
leakcanary = "2.14" leakcanary = "2.14"
libsu = "6.0.0" libsu = "6.0.0"
lifecycle = "2.9.0" lifecycle = "2.9.1"
material = "1.12.0" material = "1.12.0"
navigation = "2.9.0" navigation = "2.9.0"
okhttp = "4.12.0" okhttp = "4.12.0"