Skip to content

Commit

Permalink
Update dependency androidx.activity:activity-ktx to v1.10.1 (#1292)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 1, 2025
1 parent e58c759 commit 393e528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ dependencies {

// Activities
implementation("androidx.activity:activity-compose:1.10.0")
implementation("androidx.activity:activity-ktx:1.10.0")
implementation("androidx.activity:activity-ktx:1.10.1")

// LiveData
implementation("androidx.lifecycle:lifecycle-runtime-compose")
Expand Down

0 comments on commit 393e528

Please sign in to comment.