Skip to content

Commit 6b66aab

Browse files
committed
Checker: Update dependencies
1 parent 35fef6d commit 6b66aab

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

gradle/libs.versions.toml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
[versions]
2-
agp = "8.2.0-rc02"
2+
agp = "8.2.1"
33
kotlin = "1.9.0"
44
core-ktx = "1.12.0"
55
junit = "4.13.2"
66
androidx-test-ext-junit = "1.1.5"
77
espresso-core = "3.5.1"
8-
lifecycle-runtime-ktx = "2.6.2"
9-
activity-compose = "1.8.0"
8+
lifecycle-runtime-ktx = "2.7.0"
9+
activity-compose = "1.8.2"
1010
compose-bom = "2023.10.01"
11-
material = "1.10.0"
11+
material = "1.11.0"
12+
material3 = "1.2.0-beta02"
1213

1314
[libraries]
1415
core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "core-ktx" }
@@ -24,8 +25,8 @@ ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" }
2425
ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" }
2526
ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest" }
2627
ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" }
27-
material3 = { group = "androidx.compose.material3", name = "material3" }
28-
material = {group = "com.google.android.material", name = "material", version.ref = "material"}
28+
material3 = { group = "androidx.compose.material3", name = "material3", version.ref = "material3" }
29+
material = {group = "com.google.android.material", name = "material", version.ref = "material" }
2930

3031
[plugins]
3132
androidApplication = { id = "com.android.application", version.ref = "agp" }

0 commit comments

Comments
 (0)