Skip to content

Commit ff25b09

Browse files
dependabot[bot]JanEricNitschke
authored andcommitted
Bump androidx.compose:compose-bom in /tictactoe_kotlin
Bumps androidx.compose:compose-bom from 2025.12.01 to 2026.01.00. --- updated-dependencies: - dependency-name: androidx.compose:compose-bom dependency-version: 2026.01.00 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0e15ddd commit ff25b09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tictactoe_kotlin/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,15 @@ dependencies {
5959
implementation platform('org.jetbrains.kotlin:kotlin-bom:2.3.0')
6060
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.10.0'
6161
implementation 'androidx.activity:activity-compose:1.12.2'
62-
implementation platform('androidx.compose:compose-bom:2025.12.01')
62+
implementation platform('androidx.compose:compose-bom:2026.01.00')
6363
implementation 'androidx.compose.ui:ui'
6464
implementation 'androidx.compose.ui:ui-graphics'
6565
implementation 'androidx.compose.ui:ui-tooling-preview'
6666
implementation 'androidx.compose.material3:material3'
6767
testImplementation 'junit:junit:4.13.2'
6868
androidTestImplementation 'androidx.test.ext:junit:1.3.0'
6969
androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0'
70-
androidTestImplementation platform('androidx.compose:compose-bom:2025.12.01')
70+
androidTestImplementation platform('androidx.compose:compose-bom:2026.01.00')
7171
androidTestImplementation 'androidx.compose.ui:ui-test-junit4'
7272
debugImplementation 'androidx.compose.ui:ui-tooling'
7373
debugImplementation 'androidx.compose.ui:ui-test-manifest'

0 commit comments

Comments
 (0)