Skip to content

Commit

Permalink
Merge pull request #247 from android/lib-version-updates
Browse files Browse the repository at this point in the history
Microbenchmark library version updates
  • Loading branch information
Murat Yener authored Jul 25, 2023
2 parents 282ff61 + aaf4ff0 commit fd02cb5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions MicrobenchmarkSample/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[versions]
agp = "7.3.1"
appcompat = "1.5.1"
benchmark = "1.1.0"
appcompat = "1.6.1"
benchmark = "1.2.0-beta01"
cardView = "1.0.0"
constraintLayout = "2.1.4"
core = "1.9.0"
kotlin = "1.7.10"
material = "1.6.1"
recyclerView = "1.2.1"
core = "1.10.1"
kotlin = "1.8.22"
material = "1.9.0"
recyclerView = "1.3.0"

androidxTest = "1.4.0"
espressoCore = "3.4.0"
androidxTest = "1.5.2"
espressoCore = "3.5.1"
jUnit = "4.13.2"
testExt = "1.1.3"
testExt = "1.1.5"

[libraries]

Expand Down

0 comments on commit fd02cb5

Please sign in to comment.