Skip to content

Commit aa12646

Browse files
authored
Update libs.versions.toml with appcompat library.
1 parent d6ebf05 commit aa12646

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ androidx-window = "1.4.0-rc01"
2323
androidx-window-core = "1.4.0-beta02"
2424
androidx-window-java = "1.3.0"
2525
androidxHiltNavigationCompose = "1.2.0"
26+
appcompat = "1.7.0"
2627
coil = "2.7.0"
2728
# @keep
2829
compileSdk = "35"
@@ -130,6 +131,7 @@ androidx-window = { group = "androidx.window", name="window", version.ref = "and
130131
androidx-window-core = { module = "androidx.window:window-core", version.ref = "androidx-window-core" }
131132
androidx-window-java = {group = "androidx.window", name = "window-java", version.ref = "androidx-window-java" }
132133
androidx-work-runtime-ktx = "androidx.work:work-runtime-ktx:2.10.0"
134+
appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
133135
coil-kt-compose = { module = "io.coil-kt:coil-compose", version.ref = "coil" }
134136
compose-foundation = { module = "androidx.wear.compose:compose-foundation", version.ref = "wearComposeFoundation" }
135137
compose-material = { module = "androidx.wear.compose:compose-material", version.ref = "wearComposeMaterial" }

0 commit comments

Comments
 (0)