@@ -69,19 +69,19 @@ android {
6969}
7070
7171dependencies  {
72-     implementation ' androidx.work:work-runtime-ktx:2.10.2 ' 
72+     implementation ' androidx.work:work-runtime-ktx:2.10.4 ' 
7373    implementation ' androidx.room:room-runtime:2.7.2' 
7474    annotationProcessor ' androidx.room:room-compiler:2.7.2' 
7575    ksp ' androidx.room:room-compiler:2.7.2' 
7676    implementation ' androidx.room:room-ktx:2.7.2' 
7777    implementation ' androidx.core:core-ktx:1.16.0' 
7878    implementation platform(' org.jetbrains.kotlin:kotlin-bom:2.1.21'  )
79-     implementation ' androidx.lifecycle:lifecycle-runtime-ktx:2.9.2 ' 
80-     implementation ' androidx.lifecycle:lifecycle-livedata-ktx:2.9.2 ' 
79+     implementation ' androidx.lifecycle:lifecycle-runtime-ktx:2.9.3 ' 
80+     implementation ' androidx.lifecycle:lifecycle-livedata-ktx:2.9.3 ' 
8181    implementation ' androidx.activity:activity-compose:1.10.1' 
8282    implementation ' androidx.activity:activity-ktx:1.10.1' 
83-     implementation ' androidx.fragment:fragment-ktx:1.8.8 ' 
84-     implementation platform(' androidx.compose:compose-bom:2025.07 .00'  )
83+     implementation ' androidx.fragment:fragment-ktx:1.8.9 ' 
84+     implementation platform(' androidx.compose:compose-bom:2025.09 .00'  )
8585    implementation ' androidx.compose.ui:ui:1.8.3' 
8686    implementation ' androidx.compose.ui:ui-graphics:1.8.3' 
8787    implementation ' androidx.compose.ui:ui-tooling-preview:1.8.3' 
@@ -96,7 +96,7 @@ dependencies {
9696    testImplementation ' net.sf.kxml:kxml2:2.3.0' 
9797    androidTestImplementation ' androidx.test.ext:junit:1.2.1' 
9898    androidTestImplementation ' androidx.test.espresso:espresso-core:3.6.1' 
99-     androidTestImplementation platform(' androidx.compose:compose-bom:2025.07 .00'  )
99+     androidTestImplementation platform(' androidx.compose:compose-bom:2025.09 .00'  )
100100    androidTestImplementation ' androidx.compose.ui:ui-test-junit4' 
101101    debugImplementation ' androidx.compose.ui:ui-tooling' 
102102    debugImplementation ' androidx.compose.ui:ui-test-manifest' 
0 commit comments