Skip to content

Commit

Permalink
Update dependency androidx.lifecycle:lifecycle-livedata to v2.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 24, 2024
1 parent 8141bb5 commit a9214ed
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 @@ -63,7 +63,7 @@ dependencies {
// ViewModel
implementation "androidx.lifecycle:lifecycle-viewmodel:2.8.0"
// LiveData
implementation "androidx.lifecycle:lifecycle-livedata:2.2.0"
implementation "androidx.lifecycle:lifecycle-livedata:2.8.4"

implementation 'com.github.bumptech.glide:glide:4.11.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0'
Expand Down

0 comments on commit a9214ed

Please sign in to comment.