Skip to content

Commit 443df89

Browse files
authored
Update libs.versions.toml with libraries for activity embedding.
1 parent 54dc670 commit 443df89

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

gradle/libs.versions.toml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,12 @@ androidx-lifecycle-compose = "2.8.7"
1616
androidx-lifecycle-runtime-compose = "2.8.7"
1717
androidx-navigation = "2.8.7"
1818
androidx-paging = "3.3.6"
19+
androidx-startup-runtime = "1.2.0"
1920
androidx-test = "1.6.1"
2021
androidx-test-espresso = "3.6.1"
21-
androidx-window = "1.4.0-beta02"
22+
androidx-window = "1.4.0-rc01"
23+
androidx-window-core = "1.4.0-beta02"
24+
androidx-window-java = "1.3.0"
2225
androidxHiltNavigationCompose = "1.2.0"
2326
coil = "2.7.0"
2427
# @keep
@@ -112,6 +115,7 @@ androidx-protolayout = { module = "androidx.wear.protolayout:protolayout", versi
112115
androidx-protolayout-expression = { module = "androidx.wear.protolayout:protolayout-expression", version.ref = "protolayout" }
113116
androidx-protolayout-material = { module = "androidx.wear.protolayout:protolayout-material", version.ref = "protolayout" }
114117
androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version.ref = "recyclerview" }
118+
androidx-startup-runtime = {group = "androidx.startup", version.ref = "androidx-startup-runtime" }
115119
androidx-test-core = { module = "androidx.test:core", version.ref = "androidx-test" }
116120
androidx-test-espresso-core = { module = "androidx.test.espresso:espresso-core", version.ref = "androidx-test-espresso" }
117121
androidx-test-runner = "androidx.test:runner:1.6.2"
@@ -122,7 +126,9 @@ androidx-tiles-tooling = { module = "androidx.wear.tiles:tiles-tooling", version
122126
androidx-tiles-tooling-preview = { module = "androidx.wear.tiles:tiles-tooling-preview", version.ref = "tiles" }
123127
androidx-wear = { module = "androidx.wear:wear", version.ref = "wear" }
124128
androidx-wear-tooling-preview = { module = "androidx.wear:wear-tooling-preview", version.ref = "wearToolingPreview" }
125-
androidx-window-core = { module = "androidx.window:window-core", version.ref = "androidx-window" }
129+
androidx-window = { group = "androidx.window", version.ref = "androidx-window" }
130+
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" }
126132
androidx-work-runtime-ktx = "androidx.work:work-runtime-ktx:2.10.0"
127133
coil-kt-compose = { module = "io.coil-kt:coil-compose", version.ref = "coil" }
128134
compose-foundation = { module = "androidx.wear.compose:compose-foundation", version.ref = "wearComposeFoundation" }

0 commit comments

Comments
 (0)