Skip to content

Commit 22976bd

Browse files
🤖 Update Dependencies (#427)
1 parent 41b6a64 commit 22976bd

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

gradle/libs.versions.toml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ accompanist = "0.36.0"
33
androidGradlePlugin = "8.7.3"
44
androidx-activity-compose = "1.9.3"
55
androidx-appcompat = "1.7.0"
6-
androidx-compose-bom = "2024.11.00"
6+
androidx-compose-bom = "2024.12.01"
77
androidx-compose-ui-test = "1.7.0-alpha08"
88
androidx-constraintlayout = "2.2.0"
99
androidx-constraintlayout-compose = "1.1.0"
@@ -14,48 +14,48 @@ androidx-fragment-ktx = "1.8.5"
1414
androidx-glance-appwidget = "1.1.1"
1515
androidx-lifecycle-compose = "2.8.7"
1616
androidx-lifecycle-runtime-compose = "2.8.7"
17-
androidx-navigation = "2.8.4"
18-
androidx-paging = "3.3.4"
17+
androidx-navigation = "2.8.5"
18+
androidx-paging = "3.3.5"
1919
androidx-test = "1.6.1"
2020
androidx-test-espresso = "3.6.1"
2121
androidx-window = "1.3.0"
2222
androidxHiltNavigationCompose = "1.2.0"
2323
coil = "2.7.0"
2424
# @keep
2525
compileSdk = "35"
26-
compose-latest = "1.7.5"
26+
compose-latest = "1.7.6"
2727
composeUiTooling = "1.4.0"
2828
coreSplashscreen = "1.0.1"
2929
coroutines = "1.9.0"
3030
glide = "1.0.0-beta01"
3131
google-maps = "19.0.0"
3232
gradle-versions = "0.51.0"
33-
guava = "33.2.1-android"
34-
hilt = "2.52"
35-
horologist = "0.6.20"
33+
guava = "33.4.0-jre"
34+
hilt = "2.53.1"
35+
horologist = "0.6.22"
3636
junit = "4.13.2"
37-
kotlin = "2.0.21"
37+
kotlin = "2.1.0"
3838
kotlinxSerializationJson = "1.7.3"
39-
ksp = "2.0.21-1.0.26"
40-
maps-compose = "6.2.0"
41-
material = "1.13.0-alpha07"
39+
ksp = "2.1.0-1.0.29"
40+
maps-compose = "6.4.0"
41+
material = "1.13.0-alpha08"
4242
material3-adaptive = "1.0.0"
4343
material3-adaptive-navigation-suite = "1.3.1"
44-
media3 = "1.4.1"
44+
media3 = "1.5.0"
4545
# @keep
4646
minSdk = "21"
47-
playServicesWearable = "18.2.0"
48-
protolayout = "1.3.0-alpha04"
49-
protolayoutExpression = "1.3.0-alpha04"
50-
protolayoutMaterial = "1.3.0-alpha04"
47+
playServicesWearable = "19.0.0"
48+
protolayout = "1.3.0-alpha05"
49+
protolayoutExpression = "1.3.0-alpha05"
50+
protolayoutMaterial = "1.3.0-alpha05"
5151
recyclerview = "1.3.2"
5252
# @keep
5353
targetSdk = "34"
54-
tiles = "1.5.0-alpha04"
55-
tilesRenderer = "1.5.0-alpha04"
56-
tilesTesting = "1.5.0-alpha04"
57-
tilesTooling = "1.5.0-alpha04"
58-
tilesToolingPreview = "1.5.0-alpha04"
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"
5959
version-catalog-update = "0.8.5"
6060
wear = "1.3.0"
6161
wearComposeFoundation = "1.4.0"
@@ -64,7 +64,7 @@ wearToolingPreview = "1.0.0"
6464

6565
[libraries]
6666
accompanist-adaptive = { module = "com.google.accompanist:accompanist-adaptive", version.ref = "accompanist" }
67-
accompanist-permissions = { module = "com.google.accompanist:accompanist-permissions", version.ref = "accompanist" }
67+
accompanist-permissions = "com.google.accompanist:accompanist-permissions:0.37.0"
6868
accompanist-theme-adapter-appcompat = { module = "com.google.accompanist:accompanist-themeadapter-appcompat", version.ref = "accompanist" }
6969
accompanist-theme-adapter-material = { module = "com.google.accompanist:accompanist-themeadapter-material", version.ref = "accompanist" }
7070
accompanist-theme-adapter-material3 = { module = "com.google.accompanist:accompanist-themeadapter-material3", version.ref = "accompanist" }

0 commit comments

Comments
 (0)