Skip to content

Commit a215ab9

Browse files
fix(deps): update all dependencies (#328)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2717559 commit a215ab9

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

JankStatsSample/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ core = "1.9.0"
2424
jankstats = "1.0.0-beta02"
2525
kotlin = "2.2.0"
2626
material = "1.12.0"
27-
navigation = "2.9.2"
27+
navigation = "2.9.3"
2828
tracing = "1.3.0"
2929

3030
[libraries]

MacrobenchmarkSample/gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
agp = "8.11.1"
33
activity = "1.10.1"
44
appcompat = "1.7.1"
5-
benchmark = "1.3.4"
5+
benchmark = "1.4.0"
66
composeBom = "2025.07.00"
77
constraintLayout = "2.2.1"
88
core = "1.16.0"
99
coroutines = "1.10.2"
1010
concurrentFutures = "1.3.0"
1111
curtains = "1.2.5"
1212
dataStore = "1.1.7"
13-
espressoCore = "3.6.1"
14-
jUnit = "1.2.1"
13+
espressoCore = "3.7.0"
14+
jUnit = "1.3.0"
1515
kotlin = "2.2.0"
1616
lifecycle = "2.9.2"
1717
material = "1.12.0"

MicrobenchmarkSample/gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
[versions]
22
agp = "8.11.1"
33
appcompat = "1.7.1"
4-
benchmark = "1.3.4"
4+
benchmark = "1.4.0"
55
cardView = "1.0.0"
66
constraintLayout = "2.2.1"
77
core = "1.16.0"
88
kotlin = "2.2.0"
99
material = "1.12.0"
1010
recyclerView = "1.4.0"
1111

12-
androidxTest = "1.6.2"
12+
androidxTest = "1.7.0"
1313
androidxTestRules = "1.6.1"
14-
espressoCore = "3.6.1"
14+
espressoCore = "3.7.0"
1515
jUnit = "4.13.2"
16-
testExt = "1.2.1"
16+
testExt = "1.3.0"
1717

1818
[libraries]
1919

0 commit comments

Comments
 (0)