Skip to content

Commit 13d7a03

Browse files
authored
Update libs.versions.toml
1 parent 6f20f36 commit 13d7a03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ androidx-window = { module = "androidx.window", version.ref = "androidx-window"
133133
androidx-window-core = { module = "androidx.window:window-core", version.ref = "androidx-window-core" }
134134
androidx-window-java = {module = "androidx.window", version.ref = "androidx-window-java" }
135135
androidx-work-runtime-ktx = "androidx.work:work-runtime-ktx:2.10.0"
136-
appcompat = { module = "androidx.appcompat", version.ref = "appcompat" }
136+
appcompat = { group = "androidx.appcompat", name="appcompat" version.ref = "appcompat" }
137137
coil-kt-compose = { module = "io.coil-kt:coil-compose", version.ref = "coil" }
138138
compose-foundation = { module = "androidx.wear.compose:compose-foundation", version.ref = "wearComposeFoundation" }
139139
compose-material = { module = "androidx.wear.compose:compose-material", version.ref = "wearComposeMaterial" }

0 commit comments

Comments
 (0)