Skip to content

Commit 3528da2

Browse files
authored
🤖 Update Dependencies (#1615)
Updated depedencies
2 parents 3778c79 + 44bff07 commit 3528da2

File tree

5 files changed

+45
-45
lines changed

5 files changed

+45
-45
lines changed

‎JetLagged/gradle/libs.versions.toml‎

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[versions]
22
accompanist = "0.37.3"
3-
android-material3 = "1.14.0-alpha04"
3+
android-material3 = "1.14.0-alpha05"
44
androidGradlePlugin = "8.13.0"
55
androidx-activity-compose = "1.11.0"
66
androidx-appcompat = "1.7.1"
7-
androidx-compose-bom = "2025.09.01"
7+
androidx-compose-bom = "2025.10.00"
88
androidx-constraintlayout = "1.1.1"
99
androidx-core-splashscreen = "1.0.1"
1010
androidx-corektx = "1.17.0"
@@ -20,7 +20,7 @@ androidx-test-ext-junit = "1.3.0"
2020
androidx-test-ext-truth = "1.7.0"
2121
androidx-tv-foundation = "1.0.0-alpha12"
2222
androidx-tv-material = "1.0.1"
23-
androidx-wear-compose = "1.5.2"
23+
androidx-wear-compose = "1.5.3"
2424
androidx-window = "1.5.0"
2525
androidxHiltNavigationCompose = "1.3.0"
2626
androix-test-uiautomator = "2.3.0"
@@ -30,29 +30,29 @@ compileSdk = "36"
3030
coroutines = "1.10.2"
3131
google-maps = "19.2.0"
3232
gradle-versions = "0.53.0"
33-
hilt = "2.57.1"
33+
hilt = "2.57.2"
3434
hiltExt = "1.3.0"
3535
horologist = "0.7.15"
3636
jdkDesugar = "2.1.5"
3737
junit = "4.13.2"
3838
kotlin = "2.2.20"
3939
kotlinx-serialization-json = "1.9.0"
4040
kotlinx_immutable = "0.4.0"
41-
ksp = "2.2.20-2.0.3"
42-
maps-compose = "6.11.0"
41+
ksp = "2.2.20-2.0.4"
42+
maps-compose = "6.12.1"
4343
# @keep
4444
minSdk = "23"
45-
okhttp = "5.1.0"
45+
okhttp = "5.2.0"
4646
play-services-wearable = "19.0.0"
4747
robolectric = "4.16"
4848
roborazzi = "1.50.0"
4949
rome = "2.1.0"
50-
room = "2.8.1"
50+
room = "2.8.2"
5151
secrets = "2.0.1"
5252
spotless = "8.0.0"
5353
# @keep
5454
targetSdk = "33"
55-
version-catalog-update = "1.0.0"
55+
version-catalog-update = "1.0.1"
5656

5757
[libraries]
5858
accompanist-adaptive = { module = "com.google.accompanist:accompanist-adaptive", version.ref = "accompanist" }

‎JetNews/gradle/libs.versions.toml‎

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
#####
55
[versions]
66
accompanist = "0.37.3"
7-
android-material3 = "1.14.0-alpha04"
7+
android-material3 = "1.14.0-alpha05"
88
androidGradlePlugin = "8.13.0"
99
androidx-activity-compose = "1.11.0"
1010
androidx-appcompat = "1.7.1"
11-
androidx-compose-bom = "2025.09.01"
11+
androidx-compose-bom = "2025.10.00"
1212
androidx-constraintlayout = "1.1.1"
1313
androidx-core-splashscreen = "1.0.1"
1414
androidx-corektx = "1.17.0"
@@ -24,7 +24,7 @@ androidx-test-ext-junit = "1.3.0"
2424
androidx-test-ext-truth = "1.7.0"
2525
androidx-tv-foundation = "1.0.0-alpha12"
2626
androidx-tv-material = "1.0.1"
27-
androidx-wear-compose = "1.5.2"
27+
androidx-wear-compose = "1.5.3"
2828
androidx-window = "1.5.0"
2929
androidxHiltNavigationCompose = "1.3.0"
3030
androix-test-uiautomator = "2.3.0"
@@ -34,29 +34,29 @@ compileSdk = "36"
3434
coroutines = "1.10.2"
3535
google-maps = "19.2.0"
3636
gradle-versions = "0.53.0"
37-
hilt = "2.57.1"
37+
hilt = "2.57.2"
3838
hiltExt = "1.3.0"
3939
horologist = "0.7.15"
4040
jdkDesugar = "2.1.5"
4141
junit = "4.13.2"
4242
kotlin = "2.2.20"
4343
kotlinx-serialization-json = "1.9.0"
4444
kotlinx_immutable = "0.4.0"
45-
ksp = "2.2.20-2.0.3"
46-
maps-compose = "6.11.0"
45+
ksp = "2.2.20-2.0.4"
46+
maps-compose = "6.12.1"
4747
# @keep
4848
minSdk = "23"
49-
okhttp = "5.1.0"
49+
okhttp = "5.2.0"
5050
play-services-wearable = "19.0.0"
5151
robolectric = "4.16"
5252
roborazzi = "1.50.0"
5353
rome = "2.1.0"
54-
room = "2.8.1"
54+
room = "2.8.2"
5555
secrets = "2.0.1"
5656
spotless = "8.0.0"
5757
# @keep
5858
targetSdk = "33"
59-
version-catalog-update = "1.0.0"
59+
version-catalog-update = "1.0.1"
6060

6161
[libraries]
6262
accompanist-adaptive = { module = "com.google.accompanist:accompanist-adaptive", version.ref = "accompanist" }

‎Jetchat/gradle/libs.versions.toml‎

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
#####
55
[versions]
66
accompanist = "0.37.3"
7-
android-material3 = "1.14.0-alpha04"
7+
android-material3 = "1.14.0-alpha05"
88
androidGradlePlugin = "8.13.0"
99
androidx-activity-compose = "1.11.0"
1010
androidx-appcompat = "1.7.1"
11-
androidx-compose-bom = "2025.09.01"
11+
androidx-compose-bom = "2025.10.00"
1212
androidx-constraintlayout = "1.1.1"
1313
androidx-core-splashscreen = "1.0.1"
1414
androidx-corektx = "1.17.0"
@@ -24,7 +24,7 @@ androidx-test-ext-junit = "1.3.0"
2424
androidx-test-ext-truth = "1.7.0"
2525
androidx-tv-foundation = "1.0.0-alpha12"
2626
androidx-tv-material = "1.0.1"
27-
androidx-wear-compose = "1.5.2"
27+
androidx-wear-compose = "1.5.3"
2828
androidx-window = "1.5.0"
2929
androidxHiltNavigationCompose = "1.3.0"
3030
androix-test-uiautomator = "2.3.0"
@@ -34,29 +34,29 @@ compileSdk = "36"
3434
coroutines = "1.10.2"
3535
google-maps = "19.2.0"
3636
gradle-versions = "0.53.0"
37-
hilt = "2.57.1"
37+
hilt = "2.57.2"
3838
hiltExt = "1.3.0"
3939
horologist = "0.7.15"
4040
jdkDesugar = "2.1.5"
4141
junit = "4.13.2"
4242
kotlin = "2.2.20"
4343
kotlinx-serialization-json = "1.9.0"
4444
kotlinx_immutable = "0.4.0"
45-
ksp = "2.2.20-2.0.3"
46-
maps-compose = "6.11.0"
45+
ksp = "2.2.20-2.0.4"
46+
maps-compose = "6.12.1"
4747
# @keep
4848
minSdk = "23"
49-
okhttp = "5.1.0"
49+
okhttp = "5.2.0"
5050
play-services-wearable = "19.0.0"
5151
robolectric = "4.16"
5252
roborazzi = "1.50.0"
5353
rome = "2.1.0"
54-
room = "2.8.1"
54+
room = "2.8.2"
5555
secrets = "2.0.1"
5656
spotless = "8.0.0"
5757
# @keep
5858
targetSdk = "33"
59-
version-catalog-update = "1.0.0"
59+
version-catalog-update = "1.0.1"
6060

6161
[libraries]
6262
accompanist-adaptive = { module = "com.google.accompanist:accompanist-adaptive", version.ref = "accompanist" }

‎Jetsnack/gradle/libs.versions.toml‎

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[versions]
22
accompanist = "0.37.3"
3-
android-material3 = "1.14.0-alpha04"
3+
android-material3 = "1.14.0-alpha05"
44
androidGradlePlugin = "8.13.0"
55
androidx-activity-compose = "1.11.0"
66
androidx-appcompat = "1.7.1"
7-
androidx-compose-bom = "2025.09.01"
7+
androidx-compose-bom = "2025.10.00"
88
androidx-constraintlayout = "1.1.1"
99
androidx-core-splashscreen = "1.0.1"
1010
androidx-corektx = "1.17.0"
@@ -20,7 +20,7 @@ androidx-test-ext-junit = "1.3.0"
2020
androidx-test-ext-truth = "1.7.0"
2121
androidx-tv-foundation = "1.0.0-alpha12"
2222
androidx-tv-material = "1.0.1"
23-
androidx-wear-compose = "1.5.2"
23+
androidx-wear-compose = "1.5.3"
2424
androidx-window = "1.5.0"
2525
androidxHiltNavigationCompose = "1.3.0"
2626
androix-test-uiautomator = "2.3.0"
@@ -31,29 +31,29 @@ coroutines = "1.10.2"
3131
glancePreview = "1.1.1"
3232
google-maps = "19.2.0"
3333
gradle-versions = "0.53.0"
34-
hilt = "2.57.1"
34+
hilt = "2.57.2"
3535
hiltExt = "1.3.0"
3636
horologist = "0.7.15"
3737
jdkDesugar = "2.1.5"
3838
junit = "4.13.2"
3939
kotlin = "2.2.20"
4040
kotlinx-serialization-json = "1.9.0"
4141
kotlinx_immutable = "0.4.0"
42-
ksp = "2.2.20-2.0.3"
43-
maps-compose = "6.11.0"
42+
ksp = "2.2.20-2.0.4"
43+
maps-compose = "6.12.1"
4444
# @keep
4545
minSdk = "23"
46-
okhttp = "5.1.0"
46+
okhttp = "5.2.0"
4747
play-services-wearable = "19.0.0"
4848
robolectric = "4.16"
4949
roborazzi = "1.50.0"
5050
rome = "2.1.0"
51-
room = "2.8.1"
51+
room = "2.8.2"
5252
secrets = "2.0.1"
5353
spotless = "8.0.0"
5454
# @keep
5555
targetSdk = "36"
56-
version-catalog-update = "1.0.0"
56+
version-catalog-update = "1.0.1"
5757

5858
[libraries]
5959
accompanist-adaptive = { module = "com.google.accompanist:accompanist-adaptive", version.ref = "accompanist" }

‎Reply/gradle/libs.versions.toml‎

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
#####
55
[versions]
66
accompanist = "0.37.3"
7-
android-material3 = "1.14.0-alpha04"
7+
android-material3 = "1.14.0-alpha05"
88
androidGradlePlugin = "8.13.0"
99
androidx-activity-compose = "1.11.0"
1010
androidx-appcompat = "1.7.1"
11-
androidx-compose-bom = "2025.09.01"
11+
androidx-compose-bom = "2025.10.00"
1212
androidx-constraintlayout = "1.1.1"
1313
androidx-core-splashscreen = "1.0.1"
1414
androidx-corektx = "1.17.0"
@@ -24,7 +24,7 @@ androidx-test-ext-junit = "1.3.0"
2424
androidx-test-ext-truth = "1.7.0"
2525
androidx-tv-foundation = "1.0.0-alpha12"
2626
androidx-tv-material = "1.0.1"
27-
androidx-wear-compose = "1.5.2"
27+
androidx-wear-compose = "1.5.3"
2828
androidx-window = "1.5.0"
2929
androidxHiltNavigationCompose = "1.3.0"
3030
androix-test-uiautomator = "2.3.0"
@@ -34,29 +34,29 @@ compileSdk = "36"
3434
coroutines = "1.10.2"
3535
google-maps = "19.2.0"
3636
gradle-versions = "0.53.0"
37-
hilt = "2.57.1"
37+
hilt = "2.57.2"
3838
hiltExt = "1.3.0"
3939
horologist = "0.7.15"
4040
jdkDesugar = "2.1.5"
4141
junit = "4.13.2"
4242
kotlin = "2.2.20"
4343
kotlinx-serialization-json = "1.9.0"
4444
kotlinx_immutable = "0.4.0"
45-
ksp = "2.2.20-2.0.3"
46-
maps-compose = "6.11.0"
45+
ksp = "2.2.20-2.0.4"
46+
maps-compose = "6.12.1"
4747
# @keep
4848
minSdk = "23"
49-
okhttp = "5.1.0"
49+
okhttp = "5.2.0"
5050
play-services-wearable = "19.0.0"
5151
robolectric = "4.16"
5252
roborazzi = "1.50.0"
5353
rome = "2.1.0"
54-
room = "2.8.1"
54+
room = "2.8.2"
5555
secrets = "2.0.1"
5656
spotless = "8.0.0"
5757
# @keep
5858
targetSdk = "33"
59-
version-catalog-update = "1.0.0"
59+
version-catalog-update = "1.0.1"
6060

6161
[libraries]
6262
accompanist-adaptive = { module = "com.google.accompanist:accompanist-adaptive", version.ref = "accompanist" }

0 commit comments

Comments
 (0)