Skip to content

Commit

Permalink
Bump androidx.compose:compose-bom from 2024.04.01 to 2025.01.01
Browse files Browse the repository at this point in the history
Bumps androidx.compose:compose-bom from 2024.04.01 to 2025.01.01.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 0516a40 commit 1ba57bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,12 @@ dependencies {
implementation 'androidx.compose.material:material'
implementation 'androidx.compose.runtime:runtime'
implementation 'androidx.activity:activity-compose:1.10.0'
implementation platform('androidx.compose:compose-bom:2025.01.00')
implementation platform('androidx.compose:compose-bom:2025.01.01')
implementation 'androidx.compose.ui:ui-graphics'
implementation 'androidx.compose.ui:ui-tooling-preview'
// Room
implementation 'androidx.room:room-runtime:2.6.1'
androidTestImplementation platform('androidx.compose:compose-bom:2024.04.01')
androidTestImplementation platform('androidx.compose:compose-bom:2025.01.01')
androidTestImplementation 'androidx.compose.ui:ui-test-junit4'
annotationProcessor 'androidx.room:room-compiler:2.6.1'
debugImplementation 'androidx.compose.ui:ui-tooling'
Expand Down

0 comments on commit 1ba57bc

Please sign in to comment.