@@ -95,25 +95,25 @@ dependencies {
9595 implementation(" androidx.constraintlayout:constraintlayout:2.2.1" )
9696
9797 // Splashscreen
98- implementation(" androidx.core:core-splashscreen:1.0.1 " )
98+ implementation(" androidx.core:core-splashscreen:1.2.0 " )
9999
100100 // Material Components
101- implementation(" com.google.android.material:material:1.14.0-alpha05 " )
101+ implementation(" com.google.android.material:material:1.14.0-alpha06 " )
102102
103103 // WorkManager
104- implementation(" androidx.work:work-runtime-ktx:2.10.5 " )
104+ implementation(" androidx.work:work-runtime-ktx:2.11.0 " )
105105
106106 // Navigation component
107- implementation(" androidx.navigation:navigation-fragment-ktx:2.9.5 " )
108- implementation(" androidx.navigation:navigation-ui-ktx:2.9.5 " )
107+ implementation(" androidx.navigation:navigation-fragment-ktx:2.9.6 " )
108+ implementation(" androidx.navigation:navigation-ui-ktx:2.9.6 " )
109109
110110 // Lifecycle and ViewModel
111111 implementation(" androidx.lifecycle:lifecycle-extensions:2.2.0" )
112112 implementation(" androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4" )
113113 implementation(" androidx.recyclerview:recyclerview:1.4.0" )
114114
115115 // Room
116- val roomVersion = " 2.8.2 "
116+ val roomVersion = " 2.8.3 "
117117 implementation(" androidx.room:room-runtime:$roomVersion " )
118118 ksp(" androidx.room:room-compiler:$roomVersion " )
119119
@@ -138,5 +138,5 @@ dependencies {
138138 androidTestImplementation(" androidx.test.espresso:espresso-core:3.7.0" )
139139
140140 // [Testing] ICU
141- testImplementation(" com.ibm.icu:icu4j:77 .1" )
141+ testImplementation(" com.ibm.icu:icu4j:78 .1" )
142142}
0 commit comments