Skip to content

Commit

Permalink
Merge pull request #487 from mjaakko/dependabot/gradle/master/android…
Browse files Browse the repository at this point in the history
…x.compose-compose-bom-2025.01.01

Bump androidx.compose:compose-bom from 2024.12.01 to 2025.01.01
  • Loading branch information
mjaakko authored Feb 1, 2025
2 parents 7607b6c + 0f43a89 commit 155a9e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ dependencies {
implementation "androidx.paging:paging-common-ktx:$paging_version"
implementation "androidx.paging:paging-compose:$paging_version"

implementation platform('androidx.compose:compose-bom:2024.12.01')
implementation platform('androidx.compose:compose-bom:2025.01.01')
implementation 'androidx.compose.ui:ui'
implementation 'androidx.compose.ui:ui-graphics'
implementation 'androidx.compose.ui:ui-tooling-preview'
Expand Down

0 comments on commit 155a9e9

Please sign in to comment.