@@ -103,11 +103,11 @@ dependencies {
103
103
}
104
104
}
105
105
106
- implementation " androidx.activity:activity-compose:1.9.3 "
106
+ implementation " androidx.activity:activity-compose:1.10.0 "
107
107
implementation " androidx.appcompat:appcompat:1.7.0"
108
108
implementation " androidx.tracing:tracing:1.2.0"
109
109
110
- def composeBom = platform(' androidx.compose:compose-bom:2024.12.01 ' )
110
+ def composeBom = platform(' androidx.compose:compose-bom:2025.01.00 ' )
111
111
implementation(composeBom)
112
112
androidTestImplementation(composeBom)
113
113
implementation " androidx.compose.runtime:runtime"
@@ -125,8 +125,8 @@ dependencies {
125
125
implementation " androidx.lifecycle:lifecycle-viewmodel-compose:$lifecycle_version "
126
126
implementation " androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version "
127
127
implementation " androidx.lifecycle:lifecycle-runtime-compose:$lifecycle_version "
128
- implementation " com.google.dagger:hilt-android:2.53.1 "
129
- kapt " com.google.dagger:hilt-compiler:2.53.1 "
128
+ implementation " com.google.dagger:hilt-android:2.55 "
129
+ kapt " com.google.dagger:hilt-compiler:2.55 "
130
130
131
131
implementation " io.coil-kt:coil-compose:2.7.0"
132
132
@@ -137,7 +137,7 @@ dependencies {
137
137
androidTestImplementation " androidx.test.espresso:espresso-core:3.6.1"
138
138
androidTestImplementation " androidx.test.ext:junit-ktx:1.2.1"
139
139
androidTestImplementation " org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0"
140
- androidTestImplementation " com.google.dagger:hilt-android:2.53.1 "
141
- androidTestImplementation " com.google.dagger:hilt-android-testing:2.53.1 "
142
- kaptAndroidTest " com.google.dagger:hilt-compiler:2.53.1 "
140
+ androidTestImplementation " com.google.dagger:hilt-android:2.55 "
141
+ androidTestImplementation " com.google.dagger:hilt-android-testing:2.55 "
142
+ kaptAndroidTest " com.google.dagger:hilt-compiler:2.55 "
143
143
}
0 commit comments