File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ dependencies {
6969 implementation(" androidx.constraintlayout:constraintlayout:2.1.3" )
7070
7171 // Compose
72- val composeVersion = " 1.1.0 "
72+ val composeVersion = " 1.1.1 "
7373 implementation(" androidx.compose.ui:ui:$composeVersion " )
7474 implementation(" androidx.compose.runtime:runtime:$composeVersion " )
7575 implementation(" androidx.compose.runtime:runtime-livedata:$composeVersion " )
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ dependencies {
3333 implementation(" com.google.android.material:material:1.5.0" )
3434
3535 // Compose
36- val composeVersion = " 1.1.0 "
36+ val composeVersion = " 1.1.1 "
3737 implementation(" androidx.compose.ui:ui:$composeVersion " )
3838 implementation(" androidx.compose.runtime:runtime:$composeVersion " )
3939 implementation(" androidx.compose.runtime:runtime-livedata:$composeVersion " )
You can’t perform that action at this time.
0 commit comments