From aaf4ff08cb84d272fb2078d8535ccba48924833a Mon Sep 17 00:00:00 2001 From: Murat Yener Date: Mon, 24 Jul 2023 14:47:16 -0700 Subject: [PATCH] Microbenchmark library version updates --- MicrobenchmarkSample/gradle/libs.versions.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/MicrobenchmarkSample/gradle/libs.versions.toml b/MicrobenchmarkSample/gradle/libs.versions.toml index 3949f54c..3aace1d0 100644 --- a/MicrobenchmarkSample/gradle/libs.versions.toml +++ b/MicrobenchmarkSample/gradle/libs.versions.toml @@ -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]