Skip to content

Commit

Permalink
Update dependency androidx.lifecycle:lifecycle-livedata-ktx to v2.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 30, 2024
1 parent 8141bb5 commit 991047f
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 @@ -59,7 +59,7 @@ dependencies {
// ViewModel
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0"
// LiveData
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.2.0"
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.8.7"
// ViewModel
implementation "androidx.lifecycle:lifecycle-viewmodel:2.8.0"
// LiveData
Expand Down

0 comments on commit 991047f

Please sign in to comment.