@@ -107,7 +107,7 @@ dependencies {
107107 implementation " androidx.appcompat:appcompat:1.7.1"
108108 implementation " androidx.tracing:tracing:1.3.0"
109109
110- def composeBom = platform(' androidx.compose:compose-bom:2025.06.01 ' )
110+ def composeBom = platform(' androidx.compose:compose-bom:2025.07.00 ' )
111111 implementation(composeBom)
112112 androidTestImplementation(composeBom)
113113 implementation " androidx.compose.runtime:runtime"
@@ -121,12 +121,12 @@ dependencies {
121121 debugImplementation " androidx.compose.ui:ui-test-manifest"
122122
123123
124- def lifecycle_version = " 2.9.1 "
124+ def lifecycle_version = " 2.9.2 "
125125 implementation " androidx.lifecycle:lifecycle-viewmodel-compose:$lifecycle_version "
126126 implementation " androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version "
127127 implementation " androidx.lifecycle:lifecycle-runtime-compose:$lifecycle_version "
128- implementation " com.google.dagger:hilt-android:2.56.2 "
129- kapt " com.google.dagger:hilt-compiler:2.56.2 "
128+ implementation " com.google.dagger:hilt-android:2.57 "
129+ kapt " com.google.dagger:hilt-compiler:2.57 "
130130
131131 implementation " io.coil-kt:coil-compose:2.7.0"
132132
@@ -137,7 +137,7 @@ dependencies {
137137 androidTestImplementation " androidx.test.espresso:espresso-core:3.6.1"
138138 androidTestImplementation " androidx.test.ext:junit-ktx:1.2.1"
139139 androidTestImplementation " org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2"
140- androidTestImplementation " com.google.dagger:hilt-android:2.56.2 "
141- androidTestImplementation " com.google.dagger:hilt-android-testing:2.56.2 "
142- kaptAndroidTest " com.google.dagger:hilt-compiler:2.56.2 "
140+ androidTestImplementation " com.google.dagger:hilt-android:2.57 "
141+ androidTestImplementation " com.google.dagger:hilt-android-testing:2.57 "
142+ kaptAndroidTest " com.google.dagger:hilt-compiler:2.57 "
143143}
0 commit comments