Skip to content

Commit 311a017

Browse files
🤖 Update Dependencies
1 parent b9c07aa commit 311a017

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

gradle/libs.versions.toml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[versions]
22
accompanist = "0.36.0"
3-
androidGradlePlugin = "8.7.3"
4-
androidx-activity-compose = "1.9.3"
3+
androidGradlePlugin = "8.8.0"
4+
androidx-activity-compose = "1.10.0"
55
androidx-appcompat = "1.7.0"
6-
androidx-compose-bom = "2024.12.01"
6+
androidx-compose-bom = "2025.01.00"
77
androidx-compose-ui-test = "1.7.0-alpha08"
88
androidx-constraintlayout = "2.2.0"
99
androidx-constraintlayout-compose = "1.1.0"
@@ -18,44 +18,44 @@ androidx-navigation = "2.8.5"
1818
androidx-paging = "3.3.5"
1919
androidx-test = "1.6.1"
2020
androidx-test-espresso = "3.6.1"
21-
androidx-window = "1.4.0-alpha05"
21+
androidx-window = "1.4.0-beta01"
2222
androidxHiltNavigationCompose = "1.2.0"
2323
coil = "2.7.0"
2424
# @keep
2525
compileSdk = "35"
2626
compose-latest = "1.7.6"
2727
composeUiTooling = "1.4.0"
2828
coreSplashscreen = "1.0.1"
29-
coroutines = "1.9.0"
29+
coroutines = "1.10.1"
3030
glide = "1.0.0-beta01"
3131
google-maps = "19.0.0"
3232
gradle-versions = "0.51.0"
3333
guava = "33.4.0-jre"
34-
hilt = "2.53.1"
34+
hilt = "2.55"
3535
horologist = "0.6.22"
3636
junit = "4.13.2"
3737
kotlin = "2.1.0"
38-
kotlinxSerializationJson = "1.7.3"
38+
kotlinxSerializationJson = "1.8.0"
3939
ksp = "2.1.0-1.0.29"
40-
maps-compose = "6.4.0"
41-
material = "1.13.0-alpha08"
40+
maps-compose = "6.4.1"
41+
material = "1.13.0-alpha09"
4242
material3-adaptive = "1.0.0"
4343
material3-adaptive-navigation-suite = "1.3.1"
44-
media3 = "1.5.0"
44+
media3 = "1.5.1"
4545
# @keep
4646
minSdk = "21"
4747
playServicesWearable = "19.0.0"
48-
protolayout = "1.3.0-alpha05"
49-
protolayoutExpression = "1.3.0-alpha05"
50-
protolayoutMaterial = "1.3.0-alpha05"
51-
recyclerview = "1.3.2"
48+
protolayout = "1.3.0-alpha06"
49+
protolayoutExpression = "1.3.0-alpha06"
50+
protolayoutMaterial = "1.3.0-alpha06"
51+
recyclerview = "1.4.0"
5252
# @keep
5353
targetSdk = "34"
54-
tiles = "1.5.0-alpha05"
55-
tilesRenderer = "1.5.0-alpha05"
56-
tilesTesting = "1.5.0-alpha05"
57-
tilesTooling = "1.5.0-alpha05"
58-
tilesToolingPreview = "1.5.0-alpha05"
54+
tiles = "1.5.0-alpha06"
55+
tilesRenderer = "1.5.0-alpha06"
56+
tilesTesting = "1.5.0-alpha06"
57+
tilesTooling = "1.5.0-alpha06"
58+
tilesToolingPreview = "1.5.0-alpha06"
5959
version-catalog-update = "0.8.5"
6060
wear = "1.3.0"
6161
wearComposeFoundation = "1.4.0"

0 commit comments

Comments
 (0)