@@ -52,9 +52,9 @@ android {
5252dependencies {
5353 implementation(" androidx.appcompat:appcompat:1.5.1" )
5454 implementation(" androidx.compose.runtime:runtime:1.3.0" )
55- implementation(" androidx.compose.ui:ui:1.3.0 " )
55+ implementation(" androidx.compose.ui:ui:1.9.5 " )
5656 implementation(" androidx.compose.material:material:1.3.0" )
57- implementation(" androidx.compose.ui:ui-tooling:1.3.0 " )
57+ implementation(" androidx.compose.ui:ui-tooling:1.9.5 " )
5858 implementation(" androidx.compose.runtime:runtime-livedata:1.3.0" )
5959 implementation(" androidx.constraintlayout:constraintlayout:2.1.4" )
6060 implementation(" androidx.core:core-ktx:1.9.0" )
@@ -90,7 +90,7 @@ dependencies {
9090 implementation(" com.squareup.okhttp3:okhttp:4.11.0" )
9191 implementation(" com.squareup.okhttp3:logging-interceptor:4.11.0" )
9292
93- debugImplementation(" androidx.compose.ui:ui-tooling:1.3.0 " )
93+ debugImplementation(" androidx.compose.ui:ui-tooling:1.9.5 " )
9494
9595 val roomVersion = " 2.4.3"
9696 implementation(" androidx.room:room-runtime:$roomVersion " )
@@ -105,7 +105,7 @@ dependencies {
105105 testImplementation(" androidx.room:room-testing:$roomVersion " )
106106 testImplementation(" junit:junit:4.13.2" )
107107
108- androidTestImplementation(" androidx.compose.ui:ui-test-junit4:1.3.0 " )
108+ androidTestImplementation(" androidx.compose.ui:ui-test-junit4:1.9.5 " )
109109 androidTestImplementation(" androidx.test:core:1.4.0" )
110110 androidTestImplementation(" androidx.test:core-ktx:1.4.0" )
111111 androidTestImplementation(" androidx.test.espresso:espresso-core:3.4.0" )
0 commit comments