Skip to content

Commit 82e4e7c

Browse files
author
Rob Orgiu
committed
Reformat androidxComposeFoundation in alphabetical order
1 parent 4885e92 commit 82e4e7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ androidxActivity = "1.9.3"
88
androidxAppCompat = "1.7.0"
99
androidxBrowser = "1.8.0"
1010
androidxComposeBom = "2024.12.01"
11+
androidxComposeFoundation = "1.8.0-alpha07"
1112
androidxComposeRuntimeTracing = "1.7.6"
1213
androidxCore = "1.15.0"
1314
androidxCoreSplashscreen = "1.0.1"
@@ -57,7 +58,6 @@ room = "2.6.1"
5758
secrets = "2.0.1"
5859
truth = "1.4.4"
5960
turbine = "1.2.0"
60-
composeFoundation = "1.8.0-alpha06"
6161

6262
[bundles]
6363
androidx-compose-ui-test = ["androidx-compose-ui-test", "androidx-compose-ui-testManifest"]
@@ -70,7 +70,7 @@ androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version
7070
androidx-benchmark-macro = { group = "androidx.benchmark", name = "benchmark-macro-junit4", version.ref = "androidxMacroBenchmark" }
7171
androidx-browser = { group = "androidx.browser", name = "browser", version.ref = "androidxBrowser" }
7272
androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "androidxComposeBom" }
73-
androidx-compose-foundation = { group = "androidx.compose.foundation", name = "foundation", version.ref = "composeFoundation" }
73+
androidx-compose-foundation = { group = "androidx.compose.foundation", name = "foundation", version.ref = "androidxComposeFoundation" }
7474
androidx-compose-foundation-layout = { group = "androidx.compose.foundation", name = "foundation-layout" }
7575
androidx-compose-material-iconsExtended = { group = "androidx.compose.material", name = "material-icons-extended" }
7676
androidx-compose-material3 = { group = "androidx.compose.material3", name = "material3" }

0 commit comments

Comments
 (0)