Skip to content

Commit

Permalink
Update dependency androidx.compose:compose-bom 2024.11.00 to v2024.12…
Browse files Browse the repository at this point in the history
….01 (#260)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 12, 2024
1 parent 7db6c36 commit e075e6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ android {

dependencies {

implementation(platform("androidx.compose:compose-bom:2024.11.00"))
implementation(platform("androidx.compose:compose-bom:2024.12.01"))
implementation("androidx.activity:activity-compose:1.9.3")
implementation("androidx.compose.material3:material3")
implementation("androidx.compose.ui:ui")
Expand All @@ -76,7 +76,7 @@ dependencies {

testImplementation("junit:junit:4.13.2")

androidTestImplementation(platform("androidx.compose:compose-bom:2024.11.00"))
androidTestImplementation(platform("androidx.compose:compose-bom:2024.12.01"))
androidTestImplementation("androidx.compose.ui:ui-test-junit4")
androidTestImplementation("androidx.test.espresso:espresso-core:3.6.1")
androidTestImplementation("androidx.test.ext:junit:1.2.1")
Expand Down

0 comments on commit e075e6d

Please sign in to comment.