Skip to content

Commit fd02cb5

Browse files
author
Murat Yener
authored
Merge pull request #247 from android/lib-version-updates
Microbenchmark library version updates
2 parents 282ff61 + aaf4ff0 commit fd02cb5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

MicrobenchmarkSample/gradle/libs.versions.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
[versions]
22
agp = "7.3.1"
3-
appcompat = "1.5.1"
4-
benchmark = "1.1.0"
3+
appcompat = "1.6.1"
4+
benchmark = "1.2.0-beta01"
55
cardView = "1.0.0"
66
constraintLayout = "2.1.4"
7-
core = "1.9.0"
8-
kotlin = "1.7.10"
9-
material = "1.6.1"
10-
recyclerView = "1.2.1"
7+
core = "1.10.1"
8+
kotlin = "1.8.22"
9+
material = "1.9.0"
10+
recyclerView = "1.3.0"
1111

12-
androidxTest = "1.4.0"
13-
espressoCore = "3.4.0"
12+
androidxTest = "1.5.2"
13+
espressoCore = "3.5.1"
1414
jUnit = "4.13.2"
15-
testExt = "1.1.3"
15+
testExt = "1.1.5"
1616

1717
[libraries]
1818

0 commit comments

Comments
 (0)