File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ android {
44
44
45
45
// [START macrobenchmark_setup_app_build_type]
46
46
buildTypes {
47
- val release = getByName(" release" ) {
47
+ getByName(" release" ) {
48
48
isMinifyEnabled = true
49
49
isShrinkResources = true
50
50
proguardFiles(
Original file line number Diff line number Diff line change 1
1
[versions ]
2
- agp = " 8.2.2 "
2
+ agp = " 8.3.0 "
3
3
activity = " 1.8.2"
4
4
appcompat = " 1.6.1"
5
5
benchmark = " 1.2.3"
6
- composeBom = " 2024.01.00 "
6
+ composeBom = " 2024.02.01 "
7
7
composeCompiler = " 1.5.4"
8
8
constraintLayout = " 2.1.4"
9
9
core = " 1.12.0"
@@ -17,14 +17,12 @@ kotlin = "1.9.20"
17
17
lifecycle = " 2.7.0"
18
18
material = " 1.11.0"
19
19
profileInstaller = " 1.3.1"
20
- rules = " 1.5.0"
21
20
runtimeTracing = " 1.0.0-beta01"
22
21
tracing = " 1.3.0-alpha02"
23
22
tracingPerfetto = " 1.0.0"
24
- uiAutomator = " 2.3.0-beta01 "
23
+ uiAutomator = " 2.3.0"
25
24
26
25
[libraries ]
27
- androidx-rules = { module = " androidx.test:rules" , version.ref = " rules" }
28
26
compose-bom = { group = " androidx.compose" , name = " compose-bom" , version.ref = " composeBom" }
29
27
activity = { group = " androidx.activity" , name = " activity-ktx" , version.ref = " activity" }
30
28
androidx-junit = { group = " androidx.test.ext" , name = " junit" , version.ref = " jUnit" }
You can’t perform that action at this time.
0 commit comments