File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 15
15
[versions ]
16
16
17
17
agp = " 8.8.1"
18
- appcompat = " 1.10.0"
18
+ appcompat = " 1.7.0"
19
+ activity = " 1.10.0"
19
20
composeBom = " 2025.02.00"
20
21
coroutines = " 1.10.1"
21
22
constraint_layout = " 2.2.0"
@@ -29,7 +30,7 @@ tracing = "1.2.0"
29
30
[libraries ]
30
31
31
32
compose-bom = { group = " androidx.compose" , name = " compose-bom" , version.ref = " composeBom" }
32
- activity = { group = " androidx.activity" , name = " activity-ktx" , version.ref = " appcompat " }
33
+ activity = { group = " androidx.activity" , name = " activity-ktx" , version.ref = " activity " }
33
34
appcompat = { group = " androidx.appcompat" , name = " appcompat" , version.ref = " appcompat" }
34
35
compose-activity = { group = " androidx.activity" , name = " activity-compose" }
35
36
compose-material = { group = " androidx.compose.material" , name = " material" }
Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ plugins {
22
22
}
23
23
24
24
android {
25
- compileSdk = 34
25
+ compileSdk = 35
26
26
namespace = " com.example.macrobenchmark.target"
27
27
28
28
defaultConfig {
29
29
applicationId = " com.example.macrobenchmark.target"
30
30
versionCode = 1
31
31
versionName = " 1.0"
32
32
minSdk = 24
33
- targetSdk = 34
33
+ targetSdk = 35
34
34
testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
35
35
}
36
36
You can’t perform that action at this time.
0 commit comments