Skip to content

Commit a75e14e

Browse files
Merge pull request #434 from android/renovate/main-all
Update dependency androidx.compose:compose-bom to v2024.04.00 (main)
2 parents 152ef0d + 8e32d9b commit a75e14e

File tree

13 files changed

+15
-15
lines changed

13 files changed

+15
-15
lines changed

AccessibilityCodelab/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ android {
9090
}
9191

9292
dependencies {
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)

AdaptiveUICodelab/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ android {
6565
dependencies {
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

AdvancedStateAndSideEffectsCodelab/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

AnimationCodelab/finished/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ android {
4545
}
4646

4747
dependencies {
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'

AnimationCodelab/start/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ android {
4545
}
4646

4747
dependencies {
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'

BasicLayoutsCodelab/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ android {
6363
}
6464

6565
dependencies {
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

BasicStateCodelab/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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")

BasicsCodelab/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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")

MigrationCodelab/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ android {
6161
}
6262

6363
dependencies {
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

NavigationCodelab/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ android {
8080
}
8181

8282
dependencies {
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

0 commit comments

Comments
 (0)