Skip to content

Commit bf205b1

Browse files
authored
Update libs.versions.toml with names for androidx-window, androidx-window-java, and androidx-startup-runtime.
1 parent 443df89 commit bf205b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ androidx-protolayout = { module = "androidx.wear.protolayout:protolayout", versi
115115
androidx-protolayout-expression = { module = "androidx.wear.protolayout:protolayout-expression", version.ref = "protolayout" }
116116
androidx-protolayout-material = { module = "androidx.wear.protolayout:protolayout-material", version.ref = "protolayout" }
117117
androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version.ref = "recyclerview" }
118-
androidx-startup-runtime = {group = "androidx.startup", version.ref = "androidx-startup-runtime" }
118+
androidx-startup-runtime = {group = "androidx.startup", name="startup-runtime" version.ref = "androidx-startup-runtime" }
119119
androidx-test-core = { module = "androidx.test:core", version.ref = "androidx-test" }
120120
androidx-test-espresso-core = { module = "androidx.test.espresso:espresso-core", version.ref = "androidx-test-espresso" }
121121
androidx-test-runner = "androidx.test:runner:1.6.2"
@@ -126,9 +126,9 @@ androidx-tiles-tooling = { module = "androidx.wear.tiles:tiles-tooling", version
126126
androidx-tiles-tooling-preview = { module = "androidx.wear.tiles:tiles-tooling-preview", version.ref = "tiles" }
127127
androidx-wear = { module = "androidx.wear:wear", version.ref = "wear" }
128128
androidx-wear-tooling-preview = { module = "androidx.wear:wear-tooling-preview", version.ref = "wearToolingPreview" }
129-
androidx-window = { group = "androidx.window", version.ref = "androidx-window" }
129+
androidx-window = { group = "androidx.window", name="window" version.ref = "androidx-window" }
130130
androidx-window-core = { module = "androidx.window:window-core", version.ref = "androidx-window-core" }
131-
androidx-window-java = {group = "androidx.window", version.ref = "androidx-window-java" }
131+
androidx-window-java = {group = "androidx.window", name = "window-java" version.ref = "androidx-window-java" }
132132
androidx-work-runtime-ktx = "androidx.work:work-runtime-ktx:2.10.0"
133133
coil-kt-compose = { module = "io.coil-kt:coil-compose", version.ref = "coil" }
134134
compose-foundation = { module = "androidx.wear.compose:compose-foundation", version.ref = "wearComposeFoundation" }

0 commit comments

Comments
 (0)