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 {
7070}
7171
7272dependencies {
73- def composeBom = platform(' androidx.compose:compose-bom:2025.05.00 ' )
73+ def composeBom = platform(' androidx.compose:compose-bom:2025.05.01 ' )
7474 implementation(composeBom)
7575 testImplementation(composeBom)
7676 androidTestImplementation(composeBom)
Original file line number Diff line number Diff line change 11[versions ]
22androidGradlePlugin = " 8.10.0"
3- composeBom = " 2025.05.00 "
3+ composeBom = " 2025.05.01 "
44coreKtx = " 1.16.0"
55activityCompose = " 1.10.1"
66espressoCore = " 3.6.1"
@@ -11,7 +11,7 @@ kotlinxCoroutinesAndroid = "1.10.1"
1111lifecycle = " 2.9.0"
1212material3Adaptive = " 1.1.0"
1313material3AdaptiveNavSuite = " 1.3.2"
14- window = " 1.3 .0"
14+ window = " 1.4 .0"
1515
1616[libraries ]
1717androidx-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 {
107107 implementation " androidx.appcompat:appcompat:1.7.0"
108108 implementation " androidx.tracing:tracing:1.3.0"
109109
110- def composeBom = platform(' androidx.compose:compose-bom:2025.05.00 ' )
110+ def composeBom = platform(' androidx.compose:compose-bom:2025.05.01 ' )
111111 implementation(composeBom)
112112 androidTestImplementation(composeBom)
113113 implementation " androidx.compose.runtime:runtime"
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ android {
6161}
6262
6363dependencies {
64- def composeBom = platform(' androidx.compose:compose-bom:2025.05.00 ' )
64+ def composeBom = platform(' androidx.compose:compose-bom:2025.05.01 ' )
6565 implementation(composeBom)
6666 androidTestImplementation(composeBom)
6767
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ android {
6060}
6161
6262dependencies {
63- def composeBom = platform(' androidx.compose:compose-bom:2025.05.00 ' )
63+ def composeBom = platform(' androidx.compose:compose-bom:2025.05.01 ' )
6464 implementation(composeBom)
6565 androidTestImplementation(composeBom)
6666
@@ -69,7 +69,7 @@ dependencies {
6969 implementation " androidx.appcompat:appcompat:1.7.0"
7070 implementation " androidx.constraintlayout:constraintlayout:2.2.1"
7171 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 "
7373 implementation " androidx.lifecycle:lifecycle-livedata-ktx:2.9.0"
7474 implementation " androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.0"
7575 implementation " androidx.navigation:navigation-fragment-ktx:2.9.0"
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ android {
8181}
8282
8383dependencies {
84- def composeBom = platform(' androidx.compose:compose-bom:2025.05.00 ' )
84+ def composeBom = platform(' androidx.compose:compose-bom:2025.05.01 ' )
8585 implementation(composeBom)
8686 androidTestImplementation(composeBom)
8787
@@ -101,7 +101,7 @@ dependencies {
101101
102102 // Testing dependencies
103103 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 "
105105 androidTestImplementation " androidx.test.espresso:espresso-contrib:3.6.1"
106106 androidTestImplementation " androidx.test.espresso:espresso-core:3.6.1"
107107
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ dependencies {
9292 implementation(libs.androidx.tracing.ktx)
9393
9494 // 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 " )
9696
9797 implementation(libs.coil.compose)
9898 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"
55kotlinx-datetime = " 0.6.1"
66lifecycle-viewmodel-compose = " 2.9.0"
77material-icons-core = " 1.7.8"
8- media3 = " 1.6 .1"
8+ media3 = " 1.7 .1"
99org-jetbrains-kotlin-android = " 2.1.10"
1010core-ktx = " 1.16.0"
1111junit = " 4.13.2"
1212androidx-test-ext-junit = " 1.2.1"
1313espresso-core = " 3.6.1"
1414lifecycle-runtime-ktx = " 2.9.0"
1515activity-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 "
1818tracing-ktx = " 1.3.0"
1919tracing-perfetto = " 1.0.0"
2020uiautomator = " 2.3.0"
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ android {
8484}
8585
8686dependencies {
87- def composeBom = platform(' androidx.compose:compose-bom:2025.05.00 ' )
87+ def composeBom = platform(' androidx.compose:compose-bom:2025.05.01 ' )
8888 implementation(composeBom)
8989 androidTestImplementation(composeBom)
9090
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ buildscript {
2828 coreTestingVersion = ' 2.2.0'
2929 coroutinesVersion = " 1.5.2"
3030 espressoVersion = ' 3.6.1'
31- fragmentVersion = ' 1.8.6 '
31+ fragmentVersion = ' 1.8.7 '
3232 junitVersion = ' 4.13.1'
3333 kotlinVersion = ' 2.1.10'
3434 ktlintVersion = ' 0.48.2'
You can’t perform that action at this time.
0 commit comments