Skip to content

Commit 6a82130

Browse files
🤖 Update Dependencies (#1604)
Updated depedencies
2 parents cdc1d41 + cf4c64d commit 6a82130

File tree

7 files changed

+127
-127
lines changed

7 files changed

+127
-127
lines changed

‎JetLagged/gradle/libs.versions.toml‎

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,55 @@
11
[versions]
22
accompanist = "0.37.3"
3-
android-material3 = "1.14.0-alpha02"
4-
androidGradlePlugin = "8.10.1"
3+
android-material3 = "1.14.0-alpha03"
4+
androidGradlePlugin = "8.12.0"
55
androidx-activity-compose = "1.10.1"
66
androidx-appcompat = "1.7.1"
7-
androidx-compose-bom = "2025.06.01"
7+
androidx-compose-bom = "2025.08.00"
88
androidx-constraintlayout = "1.1.1"
99
androidx-core-splashscreen = "1.0.1"
10-
androidx-corektx = "1.16.0"
10+
androidx-corektx = "1.17.0"
1111
androidx-glance = "1.1.1"
1212
androidx-lifecycle = "2.8.2"
13-
androidx-lifecycle-compose = "2.9.1"
14-
androidx-lifecycle-runtime-compose = "2.9.1"
15-
androidx-navigation = "2.9.0"
13+
androidx-lifecycle-compose = "2.9.2"
14+
androidx-lifecycle-runtime-compose = "2.9.2"
15+
androidx-navigation = "2.9.3"
1616
androidx-palette = "1.0.0"
17-
androidx-test = "1.6.1"
18-
androidx-test-espresso = "3.6.1"
19-
androidx-test-ext-junit = "1.2.1"
20-
androidx-test-ext-truth = "1.6.0"
17+
androidx-test = "1.7.0"
18+
androidx-test-espresso = "3.7.0"
19+
androidx-test-ext-junit = "1.3.0"
20+
androidx-test-ext-truth = "1.7.0"
2121
androidx-tv-foundation = "1.0.0-alpha12"
22-
androidx-tv-material = "1.0.0"
22+
androidx-tv-material = "1.0.1"
2323
androidx-wear-compose = "1.4.1"
2424
androidx-window = "1.4.0"
2525
androidxHiltNavigationCompose = "1.2.0"
2626
androix-test-uiautomator = "2.3.0"
2727
coil = "2.7.0"
2828
# @keep
29-
compileSdk = "35"
29+
compileSdk = "36"
3030
coroutines = "1.10.2"
3131
google-maps = "19.2.0"
3232
gradle-versions = "0.52.0"
33-
hilt = "2.56.2"
33+
hilt = "2.57"
3434
hiltExt = "1.2.0"
35-
horologist = "0.6.23"
35+
horologist = "0.7.15"
3636
jdkDesugar = "2.1.5"
3737
junit = "4.13.2"
38-
kotlin = "2.1.21"
39-
kotlinx-serialization-json = "1.8.1"
38+
kotlin = "2.2.10"
39+
kotlinx-serialization-json = "1.9.0"
4040
kotlinx_immutable = "0.4.0"
41-
ksp = "2.1.21-2.0.2"
42-
maps-compose = "6.6.0"
41+
ksp = "2.2.10-2.0.2"
42+
maps-compose = "6.7.1"
4343
# @keep
4444
minSdk = "21"
45-
okhttp = "4.12.0"
45+
okhttp = "5.1.0"
4646
play-services-wearable = "19.0.0"
47-
robolectric = "4.14.1"
48-
roborazzi = "1.45.1"
47+
robolectric = "4.15.1"
48+
roborazzi = "1.48.0"
4949
rome = "2.1.0"
50-
room = "2.7.1"
50+
room = "2.7.2"
5151
secrets = "2.0.1"
52-
spotless = "7.0.4"
52+
spotless = "7.2.1"
5353
# @keep
5454
targetSdk = "33"
5555
version-catalog-update = "1.0.0"
@@ -111,7 +111,7 @@ androidx-test-espresso-core = { module = "androidx.test.espresso:espresso-core",
111111
androidx-test-ext-junit = { module = "androidx.test.ext:junit", version.ref = "androidx-test-ext-junit" }
112112
androidx-test-ext-truth = { module = "androidx.test.ext:truth", version.ref = "androidx-test-ext-truth" }
113113
androidx-test-rules = { module = "androidx.test:rules", version.ref = "androidx-test" }
114-
androidx-test-runner = "androidx.test:runner:1.6.2"
114+
androidx-test-runner = { module = "androidx.test:runner", version.ref = "androidx-test" }
115115
androidx-test-uiautomator = { module = "androidx.test.uiautomator:uiautomator", version.ref = "androix-test-uiautomator" }
116116
androidx-tv-foundation = { module = "androidx.tv:tv-foundation", version.ref = "androidx-tv-foundation" }
117117
androidx-tv-material = { module = "androidx.tv:tv-material", version.ref = "androidx-tv-material" }

‎JetNews/gradle/libs.versions.toml‎

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -4,56 +4,56 @@
44
#####
55
[versions]
66
accompanist = "0.37.3"
7-
android-material3 = "1.14.0-alpha02"
8-
androidGradlePlugin = "8.10.1"
7+
android-material3 = "1.14.0-alpha03"
8+
androidGradlePlugin = "8.12.0"
99
androidx-activity-compose = "1.10.1"
1010
androidx-appcompat = "1.7.1"
11-
androidx-compose-bom = "2025.06.01"
11+
androidx-compose-bom = "2025.08.00"
1212
androidx-constraintlayout = "1.1.1"
1313
androidx-core-splashscreen = "1.0.1"
14-
androidx-corektx = "1.16.0"
14+
androidx-corektx = "1.17.0"
1515
androidx-glance = "1.1.1"
1616
androidx-lifecycle = "2.8.2"
17-
androidx-lifecycle-compose = "2.9.1"
18-
androidx-lifecycle-runtime-compose = "2.9.1"
19-
androidx-navigation = "2.9.0"
17+
androidx-lifecycle-compose = "2.9.2"
18+
androidx-lifecycle-runtime-compose = "2.9.2"
19+
androidx-navigation = "2.9.3"
2020
androidx-palette = "1.0.0"
21-
androidx-test = "1.6.1"
22-
androidx-test-espresso = "3.6.1"
23-
androidx-test-ext-junit = "1.2.1"
24-
androidx-test-ext-truth = "1.6.0"
21+
androidx-test = "1.7.0"
22+
androidx-test-espresso = "3.7.0"
23+
androidx-test-ext-junit = "1.3.0"
24+
androidx-test-ext-truth = "1.7.0"
2525
androidx-tv-foundation = "1.0.0-alpha12"
26-
androidx-tv-material = "1.0.0"
26+
androidx-tv-material = "1.0.1"
2727
androidx-wear-compose = "1.4.1"
2828
androidx-window = "1.4.0"
2929
androidxHiltNavigationCompose = "1.2.0"
3030
androix-test-uiautomator = "2.3.0"
3131
coil = "2.7.0"
3232
# @keep
33-
compileSdk = "35"
33+
compileSdk = "36"
3434
coroutines = "1.10.2"
3535
google-maps = "19.2.0"
3636
gradle-versions = "0.52.0"
37-
hilt = "2.56.2"
37+
hilt = "2.57"
3838
hiltExt = "1.2.0"
39-
horologist = "0.6.23"
39+
horologist = "0.7.15"
4040
jdkDesugar = "2.1.5"
4141
junit = "4.13.2"
42-
kotlin = "2.1.21"
43-
kotlinx-serialization-json = "1.8.1"
42+
kotlin = "2.2.10"
43+
kotlinx-serialization-json = "1.9.0"
4444
kotlinx_immutable = "0.4.0"
45-
ksp = "2.1.21-2.0.2"
46-
maps-compose = "6.6.0"
45+
ksp = "2.2.10-2.0.2"
46+
maps-compose = "6.7.1"
4747
# @keep
4848
minSdk = "21"
49-
okhttp = "4.12.0"
49+
okhttp = "5.1.0"
5050
play-services-wearable = "19.0.0"
51-
robolectric = "4.14.1"
52-
roborazzi = "1.45.1"
51+
robolectric = "4.15.1"
52+
roborazzi = "1.48.0"
5353
rome = "2.1.0"
54-
room = "2.7.1"
54+
room = "2.7.2"
5555
secrets = "2.0.1"
56-
spotless = "7.0.4"
56+
spotless = "7.2.1"
5757
# @keep
5858
targetSdk = "33"
5959
version-catalog-update = "1.0.0"
@@ -115,7 +115,7 @@ androidx-test-espresso-core = { module = "androidx.test.espresso:espresso-core",
115115
androidx-test-ext-junit = { module = "androidx.test.ext:junit", version.ref = "androidx-test-ext-junit" }
116116
androidx-test-ext-truth = { module = "androidx.test.ext:truth", version.ref = "androidx-test-ext-truth" }
117117
androidx-test-rules = { module = "androidx.test:rules", version.ref = "androidx-test" }
118-
androidx-test-runner = "androidx.test:runner:1.6.2"
118+
androidx-test-runner = { module = "androidx.test:runner", version.ref = "androidx-test" }
119119
androidx-test-uiautomator = { module = "androidx.test.uiautomator:uiautomator", version.ref = "androix-test-uiautomator" }
120120
androidx-tv-foundation = { module = "androidx.tv:tv-foundation", version.ref = "androidx-tv-foundation" }
121121
androidx-tv-material = { module = "androidx.tv:tv-material", version.ref = "androidx-tv-material" }

‎Jetcaster/gradle/libs.versions.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ androidxHiltNavigationCompose = "1.2.0"
3131
androix-test-uiautomator = "2.3.0"
3232
coil = "2.7.0"
3333
# @keep
34-
compileSdk = "35"
34+
compileSdk = "36"
3535
coroutines = "1.10.2"
3636
google-maps = "19.2.0"
3737
gradle-versions = "0.52.0"

‎Jetchat/app/src/main/java/com/example/compose/jetchat/conversation/UserInput.kt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ private fun SelectorExpanded(currentSelector: InputSelector, onCloseRequested: (
213213
if (currentSelector == InputSelector.NONE) return
214214

215215
// Request focus to force the TextField to lose it
216-
val focusRequester = FocusRequester()
216+
val focusRequester = remember { FocusRequester() }
217217
// If the selector is shown, always request focus to trigger a TextField.onFocusChange.
218218
SideEffect {
219219
if (currentSelector == InputSelector.EMOJI) {

‎Jetchat/gradle/libs.versions.toml‎

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -4,56 +4,56 @@
44
#####
55
[versions]
66
accompanist = "0.37.3"
7-
android-material3 = "1.14.0-alpha02"
8-
androidGradlePlugin = "8.10.1"
7+
android-material3 = "1.14.0-alpha03"
8+
androidGradlePlugin = "8.12.0"
99
androidx-activity-compose = "1.10.1"
1010
androidx-appcompat = "1.7.1"
11-
androidx-compose-bom = "2025.06.01"
11+
androidx-compose-bom = "2025.08.00"
1212
androidx-constraintlayout = "1.1.1"
1313
androidx-core-splashscreen = "1.0.1"
14-
androidx-corektx = "1.16.0"
14+
androidx-corektx = "1.17.0"
1515
androidx-glance = "1.1.1"
1616
androidx-lifecycle = "2.8.2"
17-
androidx-lifecycle-compose = "2.9.1"
18-
androidx-lifecycle-runtime-compose = "2.9.1"
19-
androidx-navigation = "2.9.0"
17+
androidx-lifecycle-compose = "2.9.2"
18+
androidx-lifecycle-runtime-compose = "2.9.2"
19+
androidx-navigation = "2.9.3"
2020
androidx-palette = "1.0.0"
21-
androidx-test = "1.6.1"
22-
androidx-test-espresso = "3.6.1"
23-
androidx-test-ext-junit = "1.2.1"
24-
androidx-test-ext-truth = "1.6.0"
21+
androidx-test = "1.7.0"
22+
androidx-test-espresso = "3.7.0"
23+
androidx-test-ext-junit = "1.3.0"
24+
androidx-test-ext-truth = "1.7.0"
2525
androidx-tv-foundation = "1.0.0-alpha12"
26-
androidx-tv-material = "1.0.0"
26+
androidx-tv-material = "1.0.1"
2727
androidx-wear-compose = "1.4.1"
2828
androidx-window = "1.4.0"
2929
androidxHiltNavigationCompose = "1.2.0"
3030
androix-test-uiautomator = "2.3.0"
3131
coil = "2.7.0"
3232
# @keep
33-
compileSdk = "35"
33+
compileSdk = "36"
3434
coroutines = "1.10.2"
3535
google-maps = "19.2.0"
3636
gradle-versions = "0.52.0"
37-
hilt = "2.56.2"
37+
hilt = "2.57"
3838
hiltExt = "1.2.0"
39-
horologist = "0.6.23"
39+
horologist = "0.7.15"
4040
jdkDesugar = "2.1.5"
4141
junit = "4.13.2"
42-
kotlin = "2.1.21"
43-
kotlinx-serialization-json = "1.8.1"
42+
kotlin = "2.2.10"
43+
kotlinx-serialization-json = "1.9.0"
4444
kotlinx_immutable = "0.4.0"
45-
ksp = "2.1.21-2.0.2"
46-
maps-compose = "6.6.0"
45+
ksp = "2.2.10-2.0.2"
46+
maps-compose = "6.7.1"
4747
# @keep
4848
minSdk = "21"
49-
okhttp = "4.12.0"
49+
okhttp = "5.1.0"
5050
play-services-wearable = "19.0.0"
51-
robolectric = "4.14.1"
52-
roborazzi = "1.45.1"
51+
robolectric = "4.15.1"
52+
roborazzi = "1.48.0"
5353
rome = "2.1.0"
54-
room = "2.7.1"
54+
room = "2.7.2"
5555
secrets = "2.0.1"
56-
spotless = "7.0.4"
56+
spotless = "7.2.1"
5757
# @keep
5858
targetSdk = "33"
5959
version-catalog-update = "1.0.0"
@@ -115,7 +115,7 @@ androidx-test-espresso-core = { module = "androidx.test.espresso:espresso-core",
115115
androidx-test-ext-junit = { module = "androidx.test.ext:junit", version.ref = "androidx-test-ext-junit" }
116116
androidx-test-ext-truth = { module = "androidx.test.ext:truth", version.ref = "androidx-test-ext-truth" }
117117
androidx-test-rules = { module = "androidx.test:rules", version.ref = "androidx-test" }
118-
androidx-test-runner = "androidx.test:runner:1.6.2"
118+
androidx-test-runner = { module = "androidx.test:runner", version.ref = "androidx-test" }
119119
androidx-test-uiautomator = { module = "androidx.test.uiautomator:uiautomator", version.ref = "androix-test-uiautomator" }
120120
androidx-tv-foundation = { module = "androidx.tv:tv-foundation", version.ref = "androidx-tv-foundation" }
121121
androidx-tv-material = { module = "androidx.tv:tv-material", version.ref = "androidx-tv-material" }

‎Jetsnack/gradle/libs.versions.toml‎

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -4,57 +4,57 @@
44
#####
55
[versions]
66
accompanist = "0.37.3"
7-
android-material3 = "1.14.0-alpha02"
8-
androidGradlePlugin = "8.10.1"
7+
android-material3 = "1.14.0-alpha03"
8+
androidGradlePlugin = "8.12.0"
99
androidx-activity-compose = "1.10.1"
1010
androidx-appcompat = "1.7.1"
11-
androidx-compose-bom = "2025.06.01"
11+
androidx-compose-bom = "2025.08.00"
1212
androidx-constraintlayout = "1.1.1"
1313
androidx-core-splashscreen = "1.0.1"
14-
androidx-corektx = "1.16.0"
14+
androidx-corektx = "1.17.0"
1515
androidx-glance = "1.2.0-alpha01"
1616
androidx-lifecycle = "2.8.2"
17-
androidx-lifecycle-compose = "2.9.1"
18-
androidx-lifecycle-runtime-compose = "2.9.1"
19-
androidx-navigation = "2.9.0"
17+
androidx-lifecycle-compose = "2.9.2"
18+
androidx-lifecycle-runtime-compose = "2.9.2"
19+
androidx-navigation = "2.9.3"
2020
androidx-palette = "1.0.0"
21-
androidx-test = "1.6.1"
22-
androidx-test-espresso = "3.6.1"
23-
androidx-test-ext-junit = "1.2.1"
24-
androidx-test-ext-truth = "1.6.0"
21+
androidx-test = "1.7.0"
22+
androidx-test-espresso = "3.7.0"
23+
androidx-test-ext-junit = "1.3.0"
24+
androidx-test-ext-truth = "1.7.0"
2525
androidx-tv-foundation = "1.0.0-alpha12"
26-
androidx-tv-material = "1.0.0"
26+
androidx-tv-material = "1.0.1"
2727
androidx-wear-compose = "1.4.1"
2828
androidx-window = "1.4.0"
2929
androidxHiltNavigationCompose = "1.2.0"
3030
androix-test-uiautomator = "2.3.0"
3131
coil = "2.7.0"
3232
# @keep
33-
compileSdk = "35"
33+
compileSdk = "36"
3434
coroutines = "1.10.2"
3535
glancePreview = "1.1.1"
3636
google-maps = "19.2.0"
3737
gradle-versions = "0.52.0"
38-
hilt = "2.56.2"
38+
hilt = "2.57"
3939
hiltExt = "1.2.0"
40-
horologist = "0.6.23"
40+
horologist = "0.7.15"
4141
jdkDesugar = "2.1.5"
4242
junit = "4.13.2"
43-
kotlin = "2.1.21"
44-
kotlinx-serialization-json = "1.8.1"
43+
kotlin = "2.2.10"
44+
kotlinx-serialization-json = "1.9.0"
4545
kotlinx_immutable = "0.4.0"
46-
ksp = "2.1.21-2.0.2"
47-
maps-compose = "6.6.0"
46+
ksp = "2.2.10-2.0.2"
47+
maps-compose = "6.7.1"
4848
# @keep
4949
minSdk = "21"
50-
okhttp = "4.12.0"
50+
okhttp = "5.1.0"
5151
play-services-wearable = "19.0.0"
52-
robolectric = "4.14.1"
53-
roborazzi = "1.45.1"
52+
robolectric = "4.15.1"
53+
roborazzi = "1.48.0"
5454
rome = "2.1.0"
55-
room = "2.7.1"
55+
room = "2.7.2"
5656
secrets = "2.0.1"
57-
spotless = "7.0.4"
57+
spotless = "7.2.1"
5858
# @keep
5959
targetSdk = "33"
6060
version-catalog-update = "1.0.0"
@@ -117,7 +117,7 @@ androidx-test-espresso-core = { module = "androidx.test.espresso:espresso-core",
117117
androidx-test-ext-junit = { module = "androidx.test.ext:junit", version.ref = "androidx-test-ext-junit" }
118118
androidx-test-ext-truth = { module = "androidx.test.ext:truth", version.ref = "androidx-test-ext-truth" }
119119
androidx-test-rules = { module = "androidx.test:rules", version.ref = "androidx-test" }
120-
androidx-test-runner = "androidx.test:runner:1.6.2"
120+
androidx-test-runner = { module = "androidx.test:runner", version.ref = "androidx-test" }
121121
androidx-test-uiautomator = { module = "androidx.test.uiautomator:uiautomator", version.ref = "androix-test-uiautomator" }
122122
androidx-tv-foundation = { module = "androidx.tv:tv-foundation", version.ref = "androidx-tv-foundation" }
123123
androidx-tv-material = { module = "androidx.tv:tv-material", version.ref = "androidx-tv-material" }

0 commit comments

Comments
 (0)