@@ -67,28 +67,28 @@ android {
6767dependencies {
6868
6969 // Import the Compose BOM
70- implementation(platform(" androidx.compose:compose-bom:2024.12 .01" ))
71- implementation(" androidx.activity:activity-compose:1.9.3 " )
70+ implementation(platform(" androidx.compose:compose-bom:2026.03 .01" ))
71+ implementation(" androidx.activity:activity-compose:1.13.0 " )
7272 implementation(" androidx.compose.material3:material3" )
7373 implementation(" androidx.compose.ui:ui" )
7474 implementation(" androidx.compose.ui:ui-tooling-preview" )
75- implementation(" androidx.core:core-ktx:1.15 .0" )
76- implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.8.7 " )
77- implementation(" androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7 " )
75+ implementation(" androidx.core:core-ktx:1.18 .0" )
76+ implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.10.0 " )
77+ implementation(" androidx.lifecycle:lifecycle-viewmodel-compose:2.10.0 " )
7878
7979 // Retrofit
8080 implementation(" com.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter:1.0.0" )
81- implementation(" com.squareup.retrofit2:retrofit:2.11 .0" )
81+ implementation(" com.squareup.retrofit2:retrofit:3.0 .0" )
8282 implementation(" io.coil-kt:coil-compose:2.7.0" )
83- implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.8 .0" )
83+ implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.11 .0" )
8484
8585 testImplementation(" junit:junit:4.13.2" )
86- testImplementation(" org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.1 " )
86+ testImplementation(" org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2 " )
8787
88- androidTestImplementation(platform(" androidx.compose:compose-bom:2024.12 .01" ))
88+ androidTestImplementation(platform(" androidx.compose:compose-bom:2026.03 .01" ))
8989 androidTestImplementation(" androidx.compose.ui:ui-test-junit4" )
90- androidTestImplementation(" androidx.test.espresso:espresso-core:3.6.1 " )
91- androidTestImplementation(" androidx.test.ext:junit:1.2.1 " )
90+ androidTestImplementation(" androidx.test.espresso:espresso-core:3.7.0 " )
91+ androidTestImplementation(" androidx.test.ext:junit:1.3.0 " )
9292
9393 debugImplementation(" androidx.compose.ui:ui-test-manifest" )
9494 debugImplementation(" androidx.compose.ui:ui-tooling" )
0 commit comments