Skip to content

Commit eae3802

Browse files
Merge pull request #541 from nextcloud/renovate/androidx.lifecycle-lifecycle-viewmodel-ktx-2.x
fix(deps): update dependency androidx.lifecycle:lifecycle-viewmodel-ktx to v2.8.7
2 parents 0445938 + 016ea06 commit eae3802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dependencies {
4848
implementation 'com.google.android.material:material:1.12.0'
4949
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
5050
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.8.7'
51-
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.6'
51+
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7'
5252
implementation project(path: ':ui')
5353
testImplementation 'junit:junit:4.13.2'
5454
androidTestImplementation 'androidx.test.ext:junit:1.2.1'

0 commit comments

Comments
 (0)