Skip to content

Commit 63d37a3

Browse files
authored
Auto-update dependencies. (#2679)
1 parent abb87ed commit 63d37a3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ espressoCore = "3.6.1"
1010
kotlinxSerializationCore = "1.8.1"
1111
lifecycle = "2.9.1"
1212
activityCompose = "1.10.1"
13-
composeBom = "2025.06.00"
13+
composeBom = "2025.06.01"
1414
googleServices = "4.4.2"
1515
composeNavigation = "2.9.0"
1616

messaging/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ dependencies {
7575

7676
implementation("com.google.firebase:firebase-installations:18.0.0")
7777

78-
implementation("androidx.work:work-runtime:2.10.1")
78+
implementation("androidx.work:work-runtime:2.10.2")
7979

8080
// Testing dependencies
8181
androidTestImplementation("androidx.test.espresso:espresso-core:3.6.1")

vertexai/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ dependencies {
5757
implementation("androidx.activity:activity-compose:1.10.1")
5858
implementation("androidx.navigation:navigation-compose:2.9.0")
5959
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.1")
60-
implementation(platform("androidx.compose:compose-bom:2025.06.00"))
60+
implementation(platform("androidx.compose:compose-bom:2025.06.01"))
6161
implementation("androidx.compose.ui:ui")
6262
implementation("androidx.compose.ui:ui-graphics")
6363
implementation("androidx.compose.ui:ui-tooling-preview")
@@ -69,7 +69,7 @@ dependencies {
6969
testImplementation("junit:junit:4.13.2")
7070
androidTestImplementation("androidx.test.ext:junit:1.2.1")
7171
androidTestImplementation("androidx.test.espresso:espresso-core:3.6.1")
72-
androidTestImplementation(platform("androidx.compose:compose-bom:2025.06.00"))
72+
androidTestImplementation(platform("androidx.compose:compose-bom:2025.06.01"))
7373
androidTestImplementation("androidx.compose.ui:ui-test-junit4")
7474
debugImplementation("androidx.compose.ui:ui-tooling")
7575
debugImplementation("androidx.compose.ui:ui-test-manifest")

0 commit comments

Comments
 (0)