Skip to content

Commit

Permalink
Merge pull request #275 from android/bw/agp83
Browse files Browse the repository at this point in the history
Upgrade to AGP 8.3 and stable UiAutomator
  • Loading branch information
mlykotom committed Mar 5, 2024
2 parents ebafa50 + aa36b1d commit 570221d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion MacrobenchmarkSample/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ android {

// [START macrobenchmark_setup_app_build_type]
buildTypes {
val release = getByName("release") {
getByName("release") {
isMinifyEnabled = true
isShrinkResources = true
proguardFiles(
Expand Down
8 changes: 3 additions & 5 deletions MacrobenchmarkSample/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[versions]
agp = "8.2.2"
agp = "8.3.0"
activity = "1.8.2"
appcompat = "1.6.1"
benchmark = "1.2.3"
composeBom = "2024.01.00"
composeBom = "2024.02.01"
composeCompiler = "1.5.4"
constraintLayout = "2.1.4"
core = "1.12.0"
Expand All @@ -17,14 +17,12 @@ kotlin = "1.9.20"
lifecycle = "2.7.0"
material = "1.11.0"
profileInstaller = "1.3.1"
rules = "1.5.0"
runtimeTracing = "1.0.0-beta01"
tracing = "1.3.0-alpha02"
tracingPerfetto = "1.0.0"
uiAutomator = "2.3.0-beta01"
uiAutomator = "2.3.0"

[libraries]
androidx-rules = { module = "androidx.test:rules", version.ref = "rules" }
compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "composeBom" }
activity = { group = "androidx.activity", name = "activity-ktx", version.ref = "activity" }
androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "jUnit" }
Expand Down

0 comments on commit 570221d

Please sign in to comment.