Skip to content

Commit

Permalink
Merge pull request #4145 from nextcloud/renovate/androidx.lifecycle-l…
Browse files Browse the repository at this point in the history
…ifecycle-viewmodel-compose-2.x

fix(deps): update dependency androidx.lifecycle:lifecycle-viewmodel-compose to v2.8.5
  • Loading branch information
github-actions[bot] authored Sep 5, 2024
2 parents c0f080b + c6bc89b commit 0fc8cb8
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 @@ -358,7 +358,7 @@ dependencies {
implementation "com.google.dagger:hilt-android:$hilt_version"
kapt "com.google.dagger:hilt-android-compiler:$hilt_version"

implementation("androidx.lifecycle:lifecycle-viewmodel-compose:2.8.4")
implementation("androidx.lifecycle:lifecycle-viewmodel-compose:2.8.5")
testImplementation("junit:junit:4.13.2")
androidTestImplementation(platform("androidx.compose:compose-bom:2024.08.00"))
androidTestImplementation("androidx.compose.ui:ui-test-junit4")
Expand Down

0 comments on commit 0fc8cb8

Please sign in to comment.