diff --git a/MacrobenchmarkSample/app/build.gradle.kts b/MacrobenchmarkSample/app/build.gradle.kts index 2de2b18..82a0fec 100644 --- a/MacrobenchmarkSample/app/build.gradle.kts +++ b/MacrobenchmarkSample/app/build.gradle.kts @@ -44,7 +44,7 @@ android { // [START macrobenchmark_setup_app_build_type] buildTypes { - val release = getByName("release") { + getByName("release") { isMinifyEnabled = true isShrinkResources = true proguardFiles( diff --git a/MacrobenchmarkSample/gradle/libs.versions.toml b/MacrobenchmarkSample/gradle/libs.versions.toml index 1725354..1446dd0 100644 --- a/MacrobenchmarkSample/gradle/libs.versions.toml +++ b/MacrobenchmarkSample/gradle/libs.versions.toml @@ -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" @@ -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" }