Skip to content

Commit 9af1c0c

Browse files
chore: bump androidx.compose:compose-bom from 2023.10.01 to 2025.11.01
Bumps androidx.compose:compose-bom from 2023.10.01 to 2025.11.01. --- updated-dependencies: - dependency-name: androidx.compose:compose-bom dependency-version: 2025.11.01 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f7c5c2f commit 9af1c0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

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

6565
dependencies {
66-
def composeBom = platform('androidx.compose:compose-bom:2023.10.01')
66+
def composeBom = platform('androidx.compose:compose-bom:2025.11.01')
6767
implementation composeBom
6868
implementation 'androidx.annotation:annotation:1.5.0'
6969
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4'

0 commit comments

Comments
 (0)