File tree Expand file tree Collapse file tree 13 files changed +15
-15
lines changed
AdvancedStateAndSideEffectsCodelab/app Expand file tree Collapse file tree 13 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ android {
9090}
9191
9292dependencies {
93- def composeBom = platform(' androidx.compose:compose-bom:2024.03 .00' )
93+ def composeBom = platform(' androidx.compose:compose-bom:2024.04 .00' )
9494 implementation(composeBom)
9595 testImplementation(composeBom)
9696 androidTestImplementation(composeBom)
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ android {
6565dependencies {
6666
6767
68- def composeBom = platform(' androidx.compose:compose-bom:2024.03 .00' )
68+ def composeBom = platform(' androidx.compose:compose-bom:2024.04 .00' )
6969 implementation(composeBom)
7070 androidTestImplementation(composeBom)
7171
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ dependencies {
109109 implementation " androidx.activity:activity-compose:1.8.2"
110110 implementation " androidx.appcompat:appcompat:1.6.1"
111111
112- def composeBom = platform(' androidx.compose:compose-bom:2024.03 .00' )
112+ def composeBom = platform(' androidx.compose:compose-bom:2024.04 .00' )
113113 implementation(composeBom)
114114 androidTestImplementation(composeBom)
115115 implementation " androidx.compose.runtime:runtime"
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ android {
4545}
4646
4747dependencies {
48- def composeBom = platform(' androidx.compose:compose-bom:2024.03 .00' )
48+ def composeBom = platform(' androidx.compose:compose-bom:2024.04 .00' )
4949 implementation(composeBom)
5050
5151 implementation ' androidx.activity:activity-compose:1.8.2'
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ android {
4545}
4646
4747dependencies {
48- def composeBom = platform(' androidx.compose:compose-bom:2024.03 .00' )
48+ def composeBom = platform(' androidx.compose:compose-bom:2024.04 .00' )
4949 implementation(composeBom)
5050
5151 implementation ' androidx.activity:activity-compose:1.8.2'
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ android {
6363}
6464
6565dependencies {
66- def composeBom = platform(' androidx.compose:compose-bom:2024.03 .00' )
66+ def composeBom = platform(' androidx.compose:compose-bom:2024.04 .00' )
6767 implementation(composeBom)
6868 androidTestImplementation(composeBom)
6969
Original file line number Diff line number Diff line change @@ -70,15 +70,15 @@ dependencies {
7070 implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.7.0" )
7171 implementation(" androidx.lifecycle:lifecycle-viewmodel-compose:2.7.0" )
7272 implementation(" androidx.activity:activity-compose:1.8.2" )
73- implementation(platform(" androidx.compose:compose-bom:2024.03 .00" ))
73+ implementation(platform(" androidx.compose:compose-bom:2024.04 .00" ))
7474 implementation(" androidx.compose.ui:ui" )
7575 implementation(" androidx.compose.ui:ui-graphics" )
7676 implementation(" androidx.compose.ui:ui-tooling-preview" )
7777 implementation(" androidx.compose.material3:material3" )
7878 testImplementation(" junit:junit:4.13.2" )
7979 androidTestImplementation(" androidx.test.ext:junit:1.1.5" )
8080 androidTestImplementation(" androidx.test.espresso:espresso-core:3.5.1" )
81- androidTestImplementation(platform(" androidx.compose:compose-bom:2024.03 .00" ))
81+ androidTestImplementation(platform(" androidx.compose:compose-bom:2024.04 .00" ))
8282 androidTestImplementation(" androidx.compose.ui:ui-test-junit4" )
8383 debugImplementation(" androidx.compose.ui:ui-tooling" )
8484 debugImplementation(" androidx.compose.ui:ui-test-manifest" )
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ dependencies {
6969 implementation(" androidx.core:core-ktx:1.12.0" )
7070 implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.7.0" )
7171 implementation(" androidx.activity:activity-compose:1.8.2" )
72- implementation(platform(" androidx.compose:compose-bom:2024.03 .00" ))
72+ implementation(platform(" androidx.compose:compose-bom:2024.04 .00" ))
7373 implementation(" androidx.compose.ui:ui" )
7474 implementation(" androidx.compose.ui:ui-graphics" )
7575 implementation(" androidx.compose.ui:ui-tooling-preview" )
@@ -78,7 +78,7 @@ dependencies {
7878 testImplementation(" junit:junit:4.13.2" )
7979 androidTestImplementation(" androidx.test.ext:junit:1.1.5" )
8080 androidTestImplementation(" androidx.test.espresso:espresso-core:3.5.1" )
81- androidTestImplementation(platform(" androidx.compose:compose-bom:2024.03 .00" ))
81+ androidTestImplementation(platform(" androidx.compose:compose-bom:2024.04 .00" ))
8282 androidTestImplementation(" androidx.compose.ui:ui-test-junit4" )
8383 debugImplementation(" androidx.compose.ui:ui-tooling" )
8484 debugImplementation(" androidx.compose.ui:ui-test-manifest" )
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:2024.03 .00' )
64+ def composeBom = platform(' androidx.compose:compose-bom:2024.04 .00' )
6565 implementation(composeBom)
6666 androidTestImplementation(composeBom)
6767
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ android {
8080}
8181
8282dependencies {
83- def composeBom = platform(' androidx.compose:compose-bom:2024.03 .00' )
83+ def composeBom = platform(' androidx.compose:compose-bom:2024.04 .00' )
8484 implementation(composeBom)
8585 androidTestImplementation(composeBom)
8686
You can’t perform that action at this time.
0 commit comments