Skip to content

Commit

Permalink
Merge pull request #255 from android/bw/versionBump
Browse files Browse the repository at this point in the history
Upgrade to agp 8.1.1 and mbm 1.2.0-rc01
  • Loading branch information
Murat Yener authored Sep 27, 2023
2 parents e98becb + acf7260 commit 4613f57
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions MacrobenchmarkSample/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
[versions]
agp = "8.1.0-rc01"
agp = "8.1.1"
activity = "1.7.2"
appcompat = "1.6.1"
benchmark = "1.2.0-beta01"
composeBom = "2023.06.01"
benchmark = "1.2.0-rc01"
composeBom = "2023.09.01"
composeCompiler = "1.4.7"
constraintLayout = "2.1.4"
core = "1.10.1"
core = "1.12.0"
coroutines = "1.6.4"
concurrentFutures = "1.1.0"
curtains = "1.2.4"
dataStore = "1.0.0"
espressoCore = "3.5.1"
jUnit = "1.1.5"
kotlin = "1.8.21"
lifecycle = "2.6.1"
lifecycle = "2.6.2"
material = "1.9.0"
profileInstaller = "1.3.1"
rules = "1.5.0"
testExt = "1.1.4"
tracing = "1.1.0"
uiAutomator = "2.3.0-alpha03"
uiAutomator = "2.3.0-alpha04"

[libraries]
androidx-rules = { module = "androidx.test:rules", version.ref = "rules" }
Expand Down

0 comments on commit 4613f57

Please sign in to comment.