Skip to content

Commit 587ed8a

Browse files
authored
Bump Wear Compose dependencies (#1569)
* Bump Wear Compose dependencies
1 parent cb802a0 commit 587ed8a

File tree

59 files changed

+190
-154
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+190
-154
lines changed

gradle/libs.versions.toml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ compose = "1.7.8"
1717
composeLifecyleRuntime="2.8.4"
1818
compose-multiplatform = "1.7.3"
1919
compose-material3 = "1.3.1"
20-
compose-ui-tooling = "1.4.1"
2120
composeWindowSize = "0.5.0"
2221
credentials = "1.5.0"
2322
decompose = "3.3.0-alpha02"
@@ -44,6 +43,8 @@ robolectric = "4.14.1"
4443
room = "2.6.1"
4544
tiles-tooling-preview = "1.5.0-alpha10"
4645
wear = "1.3.0"
46+
wear-watchface = "1.3.0-alpha06"
47+
wear-compose = "1.5.0-alpha12"
4748
wearPhoneInteractions = "1.1.0"
4849
work-runtime-ktx = "2.10.0"
4950
spring = "3.4.4"
@@ -56,8 +57,8 @@ screenshot = "0.0.1-alpha09"
5657
[libraries]
5758
activity-compose = { module = "androidx.activity:activity-compose", version.ref = "activity-compose" }
5859
androidx-benchmarkmacro = "androidx.benchmark:benchmark-macro-junit4:1.3.3"
59-
androidx-complications-rendering = "androidx.wear.watchface:watchface-complications-rendering:1.2.1"
60-
androidx-compose-ui-tooling = { module = "androidx.wear.compose:compose-ui-tooling", version.ref = "compose-ui-tooling" }
60+
androidx-complications-rendering = { module = "androidx.wear.watchface:watchface-complications-rendering", version.ref = "wear-watchface"}
61+
androidx-compose-ui-tooling = { module = "androidx.wear.compose:compose-ui-tooling", version.ref = "wear-compose" }
6162
androidx-credentials = { module = "androidx.credentials:credentials", version.ref = "credentials" }
6263
androidx-credentials-play-services-auth = { module = "androidx.credentials:credentials-play-services-auth", version.ref = "credentials" }
6364
androidx-datastore = { module = "androidx.datastore:datastore", version.ref = "androidx-datastore" }
@@ -71,6 +72,7 @@ androidx-protolayout-material = { module = "androidx.wear.protolayout:protolayou
7172
androidx-protolayout-material3 = { module = "androidx.wear.protolayout:protolayout-material3", version = "1.0.0-alpha27" }
7273
androidx-protolayout-proto = { module = "androidx.wear.protolayout:protolayout-proto", version.ref = "protolayout" }
7374
androidx-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" }
7476
androidx-wear = { module = "androidx.wear:wear", version.ref = "wear" }
7577
androidx-wear-phone-interactions = { module = "androidx.wear:wear-phone-interactions", version.ref = "wearPhoneInteractions" }
7678
androidx-work-runtime-ktx = { module = "androidx.work:work-runtime-ktx", version.ref = "work-runtime-ktx" }
@@ -205,9 +207,9 @@ room-runtime = { module = "androidx.room:room-runtime", version.ref = "room" }
205207
splash-screen = "androidx.core:core-splashscreen:1.0.1"
206208
test-espressocore = "androidx.test.espresso:espresso-core:3.6.1"
207209
test-uiautomator = "androidx.test.uiautomator:uiautomator:2.3.0"
208-
wear-complications-data = "androidx.wear.watchface:watchface-complications-data-source-ktx:1.2.1"
209-
wear-compose-material = "androidx.wear.compose:compose-material:1.5.0-alpha11"
210-
wear-compose-material3 = "androidx.wear.compose:compose-material3:1.0.0-alpha34"
210+
wear-complications-data = { module = "androidx.wear.watchface:watchface-complications-data-source-ktx", version.ref = "wear-watchface"}
211+
wear-compose-material = { module = "androidx.wear.compose:compose-material", version.ref = "wear-compose"}
212+
wear-compose-material3 = "androidx.wear.compose:compose-material3:1.0.0-alpha35"
211213
xoxo = "net.mbonnin.xoxo:xoxo:0.4.0"
212214
kermit = { module = "co.touchlab:kermit", version.ref = "kermit" }
213215
tink = "com.google.crypto.tink:tink:1.17.0"

wearApp/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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)
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions

0 commit comments

Comments
 (0)