WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 70260dd

Browse files
Bump androidx.compose:compose-bom from 2025.10.01 to 2025.11.00
Bumps androidx.compose:compose-bom from 2025.10.01 to 2025.11.00. --- updated-dependencies: - dependency-name: androidx.compose:compose-bom dependency-version: 2025.11.00 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 01828de commit 70260dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gauge/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ android {
5959
}
6060

6161
dependencies {
62-
implementation(platform("androidx.compose:compose-bom:2025.10.01"))
62+
implementation(platform("androidx.compose:compose-bom:2025.11.00"))
6363
implementation("androidx.compose.material3:material3")
6464
implementation("androidx.compose.ui:ui")
6565
implementation("androidx.compose.ui:ui-tooling-preview")

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ dependencies {
7474
implementation("androidx.core:core-ktx:1.17.0")
7575
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.9.4")
7676
implementation("androidx.activity:activity-compose:1.11.0")
77-
implementation(platform("androidx.compose:compose-bom:2025.10.01"))
77+
implementation(platform("androidx.compose:compose-bom:2025.11.00"))
7878
implementation("androidx.compose.ui:ui")
7979
implementation("androidx.compose.ui:ui-graphics")
8080
implementation("androidx.compose.ui:ui-tooling-preview")

0 commit comments

Comments
 (0)