Skip to content

Commit

Permalink
Bump androidx.compose:compose-bom
Browse files Browse the repository at this point in the history
Bumps the kotlin-minor group in /tictactoe_kotlin with 1 update: androidx.compose:compose-bom.


Updates `androidx.compose:compose-bom` from 2024.09.00 to 2024.09.01

---
updated-dependencies:
- dependency-name: androidx.compose:compose-bom
  dependency-type: direct:production
  dependency-group: kotlin-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and JanEricNitschke committed Sep 17, 2024
1 parent 3ebfba9 commit fb26c84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tictactoe_kotlin/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@ dependencies {
implementation platform('org.jetbrains.kotlin:kotlin-bom:2.0.20')
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.5'
implementation 'androidx.activity:activity-compose:1.9.2'
implementation platform('androidx.compose:compose-bom:2024.09.00')
implementation platform('androidx.compose:compose-bom:2024.09.01')
implementation 'androidx.compose.ui:ui'
implementation 'androidx.compose.ui:ui-graphics'
implementation 'androidx.compose.ui:ui-tooling-preview'
implementation 'androidx.compose.material3:material3'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
androidTestImplementation platform('androidx.compose:compose-bom:2024.09.00')
androidTestImplementation platform('androidx.compose:compose-bom:2024.09.01')
androidTestImplementation 'androidx.compose.ui:ui-test-junit4'
debugImplementation 'androidx.compose.ui:ui-tooling'
debugImplementation 'androidx.compose.ui:ui-test-manifest'
Expand Down

0 comments on commit fb26c84

Please sign in to comment.