Skip to content

Commit

Permalink
fix(deps): update dependency androidx.lifecycle:lifecycle-livedata-kt…
Browse files Browse the repository at this point in the history
…x to v2.8.7
  • Loading branch information
renovate[bot] authored Nov 9, 2024
1 parent c6bf885 commit dfb09b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies {
implementation "androidx.navigation:navigation-dynamic-features-fragment:$nav_version"

implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.8.6'
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.8.7'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7'

testImplementation 'junit:junit:4.13.2'
Expand Down

0 comments on commit dfb09b2

Please sign in to comment.