Skip to content

Commit

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

Update dependency androidx.lifecycle:lifecycle-viewmodel-compose to v2.8.7
  • Loading branch information
github-actions[bot] authored Oct 31, 2024
2 parents bc39a65 + 509012d commit 5ecfaf8
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.6")
implementation("androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7")
androidTestImplementation(platform("androidx.compose:compose-bom:2024.10.00"))
androidTestImplementation("androidx.compose.ui:ui-test-junit4")
testImplementation "org.mockito.kotlin:mockito-kotlin:$mockitoKotlinVersion"
Expand Down

0 comments on commit 5ecfaf8

Please sign in to comment.