File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ dependencies {
9999 implementation(" androidx.compose.material:material-icons-extended:1.7.8" )
100100 implementation(" androidx.navigation:navigation-compose:2.9.1" )
101101 debugImplementation(" androidx.compose.ui:ui-tooling:1.8.3" )
102- implementation(" androidx.compose.ui:ui-tooling-preview:1.8.2 " )
102+ implementation(" androidx.compose.ui:ui-tooling-preview:1.8.3 " )
103103 implementation(" androidx.compose.ui:ui:1.8.3" )
104104
105105 // Curiosity
@@ -117,7 +117,7 @@ dependencies {
117117 testImplementation(project(" :test-compose-utils" ))
118118
119119 // Compose
120- debugImplementation(" androidx.compose.ui:ui-test-manifest:1.8.2 " )
120+ debugImplementation(" androidx.compose.ui:ui-test-manifest:1.8.3 " )
121121 testImplementation(" androidx.compose.ui:ui-test-junit4:1.8.3" )
122122 testImplementation(" androidx.navigation:navigation-testing:2.9.1" )
123123
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ dependencies {
6565 implementation(" androidx.compose.material:material-icons-extended:1.7.8" )
6666 implementation(" androidx.navigation:navigation-compose:2.9.1" )
6767 debugImplementation(" androidx.compose.ui:ui-tooling:1.8.3" )
68- implementation(" androidx.compose.ui:ui-tooling-preview:1.8.2 " )
68+ implementation(" androidx.compose.ui:ui-tooling-preview:1.8.3 " )
6969 implementation(" androidx.compose.ui:ui:1.8.3" )
7070
7171 // It is a known bug: https://issuetracker.google.com/issues/227767363
@@ -81,7 +81,7 @@ dependencies {
8181 // Curiosity testing utils
8282 testImplementation(project(" :test-compose-utils" ))
8383
84- debugImplementation(" androidx.compose.ui:ui-test-manifest:1.8.2 " )
84+ debugImplementation(" androidx.compose.ui:ui-test-manifest:1.8.3 " )
8585 testImplementation(" androidx.compose.ui:ui-test-junit4:1.8.3" )
8686 testImplementation(" org.robolectric:robolectric:4.15.1" ) {
8787 exclude(module = " classworlds" )
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ dependencies {
6363 implementation(" androidx.compose.material:material:1.8.3" )
6464 implementation(" androidx.navigation:navigation-compose:2.9.1" )
6565 debugImplementation(" androidx.compose.ui:ui-tooling:1.8.3" )
66- implementation(" androidx.compose.ui:ui-tooling-preview:1.8.2 " )
66+ implementation(" androidx.compose.ui:ui-tooling-preview:1.8.3 " )
6767 implementation(" androidx.compose.ui:ui:1.8.3" )
6868
6969 // It is a known bug: https://issuetracker.google.com/issues/227767363
@@ -80,7 +80,7 @@ dependencies {
8080 testImplementation(project(" :test-compose-utils" ))
8181
8282 // Compose
83- debugImplementation(" androidx.compose.ui:ui-test-manifest:1.8.2 " )
83+ debugImplementation(" androidx.compose.ui:ui-test-manifest:1.8.3 " )
8484 testImplementation(" androidx.compose.ui:ui-test-junit4:1.8.3" )
8585 testImplementation(" androidx.navigation:navigation-testing:2.9.1" )
8686
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ dependencies {
6262 implementation(" androidx.compose.material:material:1.8.3" )
6363 implementation(" androidx.navigation:navigation-compose:2.9.1" )
6464 debugImplementation(" androidx.compose.ui:ui-tooling:1.8.3" )
65- implementation(" androidx.compose.ui:ui-tooling-preview:1.8.2 " )
65+ implementation(" androidx.compose.ui:ui-tooling-preview:1.8.3 " )
6666 implementation(" androidx.compose.ui:ui:1.8.3" )
6767
6868 // Curiosity
@@ -81,7 +81,7 @@ dependencies {
8181 // Curiosity testing utils
8282 testImplementation(project(" :test-compose-utils" ))
8383
84- debugImplementation(" androidx.compose.ui:ui-test-manifest:1.8.2 " )
84+ debugImplementation(" androidx.compose.ui:ui-test-manifest:1.8.3 " )
8585 testImplementation(" androidx.compose.ui:ui-test-junit4:1.8.3" )
8686 testImplementation(" org.robolectric:robolectric:4.15.1" ) {
8787 exclude(module = " classworlds" )
You can’t perform that action at this time.
0 commit comments