Skip to content

Commit aa36b1d

Browse files
Upgrade to AGP 8.3 and stable UiAutomator
1 parent ebafa50 commit aa36b1d

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

MacrobenchmarkSample/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ android {
4444

4545
// [START macrobenchmark_setup_app_build_type]
4646
buildTypes {
47-
val release = getByName("release") {
47+
getByName("release") {
4848
isMinifyEnabled = true
4949
isShrinkResources = true
5050
proguardFiles(

MacrobenchmarkSample/gradle/libs.versions.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[versions]
2-
agp = "8.2.2"
2+
agp = "8.3.0"
33
activity = "1.8.2"
44
appcompat = "1.6.1"
55
benchmark = "1.2.3"
6-
composeBom = "2024.01.00"
6+
composeBom = "2024.02.01"
77
composeCompiler = "1.5.4"
88
constraintLayout = "2.1.4"
99
core = "1.12.0"
@@ -17,14 +17,12 @@ kotlin = "1.9.20"
1717
lifecycle = "2.7.0"
1818
material = "1.11.0"
1919
profileInstaller = "1.3.1"
20-
rules = "1.5.0"
2120
runtimeTracing = "1.0.0-beta01"
2221
tracing = "1.3.0-alpha02"
2322
tracingPerfetto = "1.0.0"
24-
uiAutomator = "2.3.0-beta01"
23+
uiAutomator = "2.3.0"
2524

2625
[libraries]
27-
androidx-rules = { module = "androidx.test:rules", version.ref = "rules" }
2826
compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "composeBom" }
2927
activity = { group = "androidx.activity", name = "activity-ktx", version.ref = "activity" }
3028
androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "jUnit" }

0 commit comments

Comments
 (0)