@@ -107,7 +107,7 @@ dependencies {
107
107
implementation " androidx.appcompat:appcompat:1.7.1"
108
108
implementation " androidx.tracing:tracing:1.3.0"
109
109
110
- def composeBom = platform(' androidx.compose:compose-bom:2025.06.01 ' )
110
+ def composeBom = platform(' androidx.compose:compose-bom:2025.07.00 ' )
111
111
implementation(composeBom)
112
112
androidTestImplementation(composeBom)
113
113
implementation " androidx.compose.runtime:runtime"
@@ -120,11 +120,11 @@ dependencies {
120
120
debugImplementation " androidx.compose.ui:ui-tooling"
121
121
debugImplementation " androidx.compose.ui:ui-test-manifest"
122
122
123
- def lifecycle_version = " 2.9.1 "
123
+ def lifecycle_version = " 2.9.2 "
124
124
implementation " androidx.lifecycle:lifecycle-viewmodel-compose:$lifecycle_version "
125
125
implementation " androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version "
126
- implementation " com.google.dagger:hilt-android:2.56.2 "
127
- kapt " com.google.dagger:hilt-compiler:2.56.2 "
126
+ implementation " com.google.dagger:hilt-android:2.57 "
127
+ kapt " com.google.dagger:hilt-compiler:2.57 "
128
128
129
129
implementation " io.coil-kt:coil-compose:2.7.0"
130
130
@@ -135,7 +135,7 @@ dependencies {
135
135
androidTestImplementation " androidx.test.espresso:espresso-core:3.6.1"
136
136
androidTestImplementation " androidx.test.ext:junit-ktx:1.2.1"
137
137
androidTestImplementation " org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2"
138
- androidTestImplementation " com.google.dagger:hilt-android:2.56.2 "
139
- androidTestImplementation " com.google.dagger:hilt-android-testing:2.56.2 "
140
- kaptAndroidTest " com.google.dagger:hilt-compiler:2.56.2 "
138
+ androidTestImplementation " com.google.dagger:hilt-android:2.57 "
139
+ androidTestImplementation " com.google.dagger:hilt-android-testing:2.57 "
140
+ kaptAndroidTest " com.google.dagger:hilt-compiler:2.57 "
141
141
}
0 commit comments