Skip to content

Commit a11c188

Browse files
Update all dependencies (#70)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cf4cffd commit a11c188

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

baseline-profiles/gradle/libs.versions.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,24 @@
22
accompanist = "0.36.0"
33
androidGradlePlugin = "8.11.1"
44
androidx-activity-compose = "1.10.1"
5-
androidx-benchmark-junit4 = "1.4.0-rc01"
5+
androidx-benchmark-junit4 = "1.4.0"
66
androidx-compose-bom = "2025.07.00"
77
androidx-constraintlayout = "1.1.1"
88
androidx-corektx = "1.16.0"
99
androidx-lifecycle-compose = "2.9.2"
1010
androidx-lifecycle-runtime-compose = "2.9.2"
11-
androidx-navigation = "2.9.2"
12-
androidx-test = "1.6.1"
13-
androidx-test-espresso = "3.6.1"
14-
androidx-test-ext-junit = "1.2.1"
11+
androidx-navigation = "2.9.3"
12+
androidx-test = "1.7.0"
13+
androidx-test-espresso = "3.7.0"
14+
androidx-test-ext-junit = "1.3.0"
1515
androix-test-uiautomator = "2.3.0"
1616
coil = "2.7.0"
1717
coroutines = "1.10.2"
1818
junit = "4.13.2"
1919
kotlin = "2.2.0"
2020
runtimeTracing = "1.8.3"
2121
profileinstaller = "1.4.1"
22-
baselineprofile = "1.3.4"
22+
baselineprofile = "1.4.0"
2323

2424
[libraries]
2525
accompanist-flowlayout = { module = "com.google.accompanist:accompanist-flowlayout", version.ref = "accompanist" }
@@ -47,7 +47,7 @@ androidx-test-core = { module = "androidx.test:core", version.ref = "androidx-te
4747
androidx-test-espresso-core = { module = "androidx.test.espresso:espresso-core", version.ref = "androidx-test-espresso" }
4848
androidx-test-ext-junit = { module = "androidx.test.ext:junit", version.ref = "androidx-test-ext-junit" }
4949
androidx-test-rules = { module = "androidx.test:rules", version.ref = "androidx-test" }
50-
androidx-test-runner = "androidx.test:runner:1.6.2"
50+
androidx-test-runner = "androidx.test:runner:1.7.0"
5151
androidx-test-uiautomator = { module = "androidx.test.uiautomator:uiautomator", version.ref = "androix-test-uiautomator" }
5252
coil-kt-compose = { module = "io.coil-kt:coil-compose", version.ref = "coil" }
5353
junit = { module = "junit:junit", version.ref = "junit" }

benchmarking/gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
accompanist = "0.36.0"
33
androidGradlePlugin = "8.11.1"
44
androidx-activity-compose = "1.10.1"
5-
androidx-benchmark-junit4 = "1.4.0-rc01"
5+
androidx-benchmark-junit4 = "1.4.0"
66
androidx-compose-bom = "2025.07.00"
77
androidx-constraintlayout = "1.1.1"
88
androidx-corektx = "1.16.0"
99
androidx-lifecycle-compose = "2.9.2"
1010
androidx-lifecycle-runtime-compose = "2.9.2"
11-
androidx-navigation = "2.9.2"
12-
androidx-test = "1.6.1"
13-
androidx-test-espresso = "3.6.1"
14-
androidx-test-ext-junit = "1.2.1"
11+
androidx-navigation = "2.9.3"
12+
androidx-test = "1.7.0"
13+
androidx-test-espresso = "3.7.0"
14+
androidx-test-ext-junit = "1.3.0"
1515
androix-test-uiautomator = "2.3.0"
1616
coil = "2.7.0"
1717
coroutines = "1.10.2"
@@ -46,7 +46,7 @@ androidx-test-core = { module = "androidx.test:core", version.ref = "androidx-te
4646
androidx-test-espresso-core = { module = "androidx.test.espresso:espresso-core", version.ref = "androidx-test-espresso" }
4747
androidx-test-ext-junit = { module = "androidx.test.ext:junit", version.ref = "androidx-test-ext-junit" }
4848
androidx-test-rules = { module = "androidx.test:rules", version.ref = "androidx-test" }
49-
androidx-test-runner = "androidx.test:runner:1.6.2"
49+
androidx-test-runner = "androidx.test:runner:1.7.0"
5050
androidx-test-uiautomator = { module = "androidx.test.uiautomator:uiautomator", version.ref = "androix-test-uiautomator" }
5151
coil-kt-compose = { module = "io.coil-kt:coil-compose", version.ref = "coil" }
5252
junit = { module = "junit:junit", version.ref = "junit" }

0 commit comments

Comments
 (0)