File tree Expand file tree Collapse file tree 11 files changed +16
-16
lines changed
AdvancedStateAndSideEffectsCodelab/app Expand file tree Collapse file tree 11 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ android {
70
70
}
71
71
72
72
dependencies {
73
- def composeBom = platform(' androidx.compose:compose-bom:2025.05.00 ' )
73
+ def composeBom = platform(' androidx.compose:compose-bom:2025.05.01 ' )
74
74
implementation(composeBom)
75
75
testImplementation(composeBom)
76
76
androidTestImplementation(composeBom)
Original file line number Diff line number Diff line change 1
1
[versions ]
2
2
androidGradlePlugin = " 8.10.0"
3
- composeBom = " 2025.05.00 "
3
+ composeBom = " 2025.05.01 "
4
4
coreKtx = " 1.16.0"
5
5
activityCompose = " 1.10.1"
6
6
espressoCore = " 3.6.1"
@@ -11,7 +11,7 @@ kotlinxCoroutinesAndroid = "1.10.1"
11
11
lifecycle = " 2.9.0"
12
12
material3Adaptive = " 1.1.0"
13
13
material3AdaptiveNavSuite = " 1.3.2"
14
- window = " 1.3 .0"
14
+ window = " 1.4 .0"
15
15
16
16
[libraries ]
17
17
androidx-activity-compose = { module = " androidx.activity:activity-compose" , version.ref = " activityCompose" }
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ dependencies {
107
107
implementation " androidx.appcompat:appcompat:1.7.0"
108
108
implementation " androidx.tracing:tracing:1.3.0"
109
109
110
- def composeBom = platform(' androidx.compose:compose-bom:2025.05.00 ' )
110
+ def composeBom = platform(' androidx.compose:compose-bom:2025.05.01 ' )
111
111
implementation(composeBom)
112
112
androidTestImplementation(composeBom)
113
113
implementation " androidx.compose.runtime:runtime"
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ android {
61
61
}
62
62
63
63
dependencies {
64
- def composeBom = platform(' androidx.compose:compose-bom:2025.05.00 ' )
64
+ def composeBom = platform(' androidx.compose:compose-bom:2025.05.01 ' )
65
65
implementation(composeBom)
66
66
androidTestImplementation(composeBom)
67
67
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ android {
60
60
}
61
61
62
62
dependencies {
63
- def composeBom = platform(' androidx.compose:compose-bom:2025.05.00 ' )
63
+ def composeBom = platform(' androidx.compose:compose-bom:2025.05.01 ' )
64
64
implementation(composeBom)
65
65
androidTestImplementation(composeBom)
66
66
@@ -69,7 +69,7 @@ dependencies {
69
69
implementation " androidx.appcompat:appcompat:1.7.0"
70
70
implementation " androidx.constraintlayout:constraintlayout:2.2.1"
71
71
implementation " androidx.core:core-ktx:1.16.0"
72
- implementation " androidx.fragment:fragment-ktx:1.8.6 "
72
+ implementation " androidx.fragment:fragment-ktx:1.8.7 "
73
73
implementation " androidx.lifecycle:lifecycle-livedata-ktx:2.9.0"
74
74
implementation " androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.0"
75
75
implementation " androidx.navigation:navigation-fragment-ktx:2.9.0"
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ android {
81
81
}
82
82
83
83
dependencies {
84
- def composeBom = platform(' androidx.compose:compose-bom:2025.05.00 ' )
84
+ def composeBom = platform(' androidx.compose:compose-bom:2025.05.01 ' )
85
85
implementation(composeBom)
86
86
androidTestImplementation(composeBom)
87
87
@@ -101,7 +101,7 @@ dependencies {
101
101
102
102
// Testing dependencies
103
103
androidTestImplementation " androidx.arch.core:core-testing:2.2.0"
104
- androidTestImplementation " androidx.navigation:navigation-testing:2.8.9 "
104
+ androidTestImplementation " androidx.navigation:navigation-testing:2.9.0 "
105
105
androidTestImplementation " androidx.test.espresso:espresso-contrib:3.6.1"
106
106
androidTestImplementation " androidx.test.espresso:espresso-core:3.6.1"
107
107
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ dependencies {
92
92
implementation(libs.androidx.tracing.ktx)
93
93
94
94
// TODO Codelab task: Add androidx.runtime-tracing dependency to enable Composition Tracing
95
- implementation(" androidx.compose.runtime:runtime-tracing:1.8.1 " )
95
+ implementation(" androidx.compose.runtime:runtime-tracing:1.8.2 " )
96
96
97
97
implementation(libs.coil.compose)
98
98
implementation(libs.androidx.media3.exoplayer)
Original file line number Diff line number Diff line change @@ -5,16 +5,16 @@ desugar_jdk_libs = "2.1.5"
5
5
kotlinx-datetime = " 0.6.1"
6
6
lifecycle-viewmodel-compose = " 2.9.0"
7
7
material-icons-core = " 1.7.8"
8
- media3 = " 1.6 .1"
8
+ media3 = " 1.7 .1"
9
9
org-jetbrains-kotlin-android = " 2.1.10"
10
10
core-ktx = " 1.16.0"
11
11
junit = " 4.13.2"
12
12
androidx-test-ext-junit = " 1.2.1"
13
13
espresso-core = " 3.6.1"
14
14
lifecycle-runtime-ktx = " 2.9.0"
15
15
activity-compose = " 1.10.1"
16
- compose-bom = " 2025.05.00 "
17
- runtime-tracing = " 1.8.1 "
16
+ compose-bom = " 2025.05.01 "
17
+ runtime-tracing = " 1.8.2 "
18
18
tracing-ktx = " 1.3.0"
19
19
tracing-perfetto = " 1.0.0"
20
20
uiautomator = " 2.3.0"
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ android {
84
84
}
85
85
86
86
dependencies {
87
- def composeBom = platform(' androidx.compose:compose-bom:2025.05.00 ' )
87
+ def composeBom = platform(' androidx.compose:compose-bom:2025.05.01 ' )
88
88
implementation(composeBom)
89
89
androidTestImplementation(composeBom)
90
90
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ buildscript {
28
28
coreTestingVersion = ' 2.2.0'
29
29
coroutinesVersion = " 1.5.2"
30
30
espressoVersion = ' 3.6.1'
31
- fragmentVersion = ' 1.8.6 '
31
+ fragmentVersion = ' 1.8.7 '
32
32
junitVersion = ' 4.13.1'
33
33
kotlinVersion = ' 2.1.10'
34
34
ktlintVersion = ' 0.48.2'
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ android {
87
87
}
88
88
89
89
dependencies {
90
- def composeBom = platform(' androidx.compose:compose-bom:2025.05.00 ' )
90
+ def composeBom = platform(' androidx.compose:compose-bom:2025.05.01 ' )
91
91
implementation(composeBom)
92
92
testImplementation(composeBom)
93
93
androidTestImplementation(composeBom)
You can’t perform that action at this time.
0 commit comments