File tree Expand file tree Collapse file tree 14 files changed +21
-21
lines changed
AdvancedStateAndSideEffectsCodelab/app
PerformanceCodelab/gradle Expand file tree Collapse file tree 14 files changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ android {
8787}
8888
8989dependencies {
90- def composeBom = platform(' androidx.compose:compose-bom:2025.05.00 ' )
90+ def composeBom = platform(' androidx.compose:compose-bom:2025.05.01 ' )
9191 implementation(composeBom)
9292 testImplementation(composeBom)
9393 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"
@@ -9,7 +9,7 @@ junitVersion = "1.2.1"
99kotlin = " 2.1.10"
1010kotlinxCoroutinesAndroid = " 1.10.1"
1111lifecycle = " 2.9.0"
12- window = " 1.3 .0"
12+ window = " 1.4 .0"
1313
1414[libraries ]
1515androidx-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 @@ -43,7 +43,7 @@ android {
4343}
4444
4545dependencies {
46- def composeBom = platform(' androidx.compose:compose-bom:2025.05.00 ' )
46+ def composeBom = platform(' androidx.compose:compose-bom:2025.05.01 ' )
4747 implementation(composeBom)
4848
4949 implementation ' androidx.activity:activity-compose:1.10.1'
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ android {
4343}
4444
4545dependencies {
46- def composeBom = platform(' androidx.compose:compose-bom:2025.05.00 ' )
46+ def composeBom = platform(' androidx.compose:compose-bom:2025.05.01 ' )
4747 implementation(composeBom)
4848
4949 implementation ' androidx.activity:activity-compose:1.10.1'
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 @@ -68,15 +68,15 @@ dependencies {
6868 implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.9.0" )
6969 implementation(" androidx.lifecycle:lifecycle-viewmodel-compose:2.9.0" )
7070 implementation(" androidx.activity:activity-compose:1.10.1" )
71- implementation(platform(" androidx.compose:compose-bom:2025.05.00 " ))
71+ implementation(platform(" androidx.compose:compose-bom:2025.05.01 " ))
7272 implementation(" androidx.compose.ui:ui" )
7373 implementation(" androidx.compose.ui:ui-graphics" )
7474 implementation(" androidx.compose.ui:ui-tooling-preview" )
7575 implementation(" androidx.compose.material3:material3" )
7676 testImplementation(" junit:junit:4.13.2" )
7777 androidTestImplementation(" androidx.test.ext:junit:1.2.1" )
7878 androidTestImplementation(" androidx.test.espresso:espresso-core:3.6.1" )
79- androidTestImplementation(platform(" androidx.compose:compose-bom:2025.05.00 " ))
79+ androidTestImplementation(platform(" androidx.compose:compose-bom:2025.05.01 " ))
8080 androidTestImplementation(" androidx.compose.ui:ui-test-junit4" )
8181 debugImplementation(" androidx.compose.ui:ui-tooling" )
8282 debugImplementation(" androidx.compose.ui:ui-test-manifest" )
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ dependencies {
6767 implementation(" androidx.core:core-ktx:1.16.0" )
6868 implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.9.0" )
6969 implementation(" androidx.activity:activity-compose:1.10.1" )
70- implementation(platform(" androidx.compose:compose-bom:2025.05.00 " ))
70+ implementation(platform(" androidx.compose:compose-bom:2025.05.01 " ))
7171 implementation(" androidx.compose.ui:ui" )
7272 implementation(" androidx.compose.ui:ui-graphics" )
7373 implementation(" androidx.compose.ui:ui-tooling-preview" )
@@ -76,7 +76,7 @@ dependencies {
7676 testImplementation(" junit:junit:4.13.2" )
7777 androidTestImplementation(" androidx.test.ext:junit:1.2.1" )
7878 androidTestImplementation(" androidx.test.espresso:espresso-core:3.6.1" )
79- androidTestImplementation(platform(" androidx.compose:compose-bom:2025.05.00 " ))
79+ androidTestImplementation(platform(" androidx.compose:compose-bom:2025.05.01 " ))
8080 androidTestImplementation(" androidx.compose.ui:ui-test-junit4" )
8181 debugImplementation(" androidx.compose.ui:ui-tooling" )
8282 debugImplementation(" androidx.compose.ui:ui-test-manifest" )
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
You can’t perform that action at this time.
0 commit comments