File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ androidx-protolayout-material = { module = "androidx.wear.protolayout:protolayou
7272androidx-protolayout-material3 = { module = " androidx.wear.protolayout:protolayout-material3" , version = " 1.0.0-alpha27" }
7373androidx-protolayout-proto = { module = " androidx.wear.protolayout:protolayout-proto" , version.ref = " protolayout" }
7474androidx-tiles-tooling-preview = { module = " androidx.wear.tiles:tiles-tooling-preview" , version.ref = " tiles-tooling-preview" }
75+ androidx-tiles-tooling = { module = " androidx.wear.tiles:tiles-tooling" , version.ref = " tiles-tooling-preview" }
7576androidx-wear = { module = " androidx.wear:wear" , version.ref = " wear" }
7677androidx-wear-phone-interactions = { module = " androidx.wear:wear-phone-interactions" , version.ref = " wearPhoneInteractions" }
7778androidx-work-runtime-ktx = { module = " androidx.work:work-runtime-ktx" , version.ref = " work-runtime-ktx" }
Original file line number Diff line number Diff line change @@ -231,6 +231,8 @@ dependencies {
231231 debugImplementation(libs.compose.ui.tooling.preview)
232232 debugImplementation(libs.androidx.tiles.tooling.preview)
233233
234+ screenshotTestImplementation(libs.androidx.tiles.tooling)
235+
234236 testImplementation(libs.junit)
235237 testImplementation(libs.robolectric)
236238 testImplementation(libs.compose.ui.test.junit4)
You can’t perform that action at this time.
0 commit comments