Skip to content

Commit

Permalink
fix(deps): update dependency androidx.compose:compose-bom to v2025
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 15, 2025
1 parent a085a87 commit 2f52724
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 @@ -120,12 +120,12 @@ dependencies {
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7'
implementation 'androidx.activity:activity-compose:1.9.3'
implementation 'androidx.compose.ui:ui-viewbinding:1.7.5'
implementation platform('androidx.compose:compose-bom:2024.11.00')
implementation platform('androidx.compose:compose-bom:2025.01.00')
implementation 'androidx.compose.ui:ui:1.7.5'
implementation 'androidx.compose.ui:ui-graphics:1.7.5'
implementation 'androidx.compose.ui:ui-tooling-preview:1.7.5'
implementation 'androidx.compose.material3:material3:1.3.1'
androidTestImplementation platform('androidx.compose:compose-bom:2024.11.00')
androidTestImplementation platform('androidx.compose:compose-bom:2025.01.00')
androidTestImplementation 'androidx.compose.ui:ui-test-junit4:1.7.5'

implementation 'com.jakewharton.threetenabp:threetenabp:1.4.7'
Expand Down

0 comments on commit 2f52724

Please sign in to comment.