Skip to content

Commit b71c439

Browse files
Merge pull request #678 from nextcloud/renovate/androidx.lifecycle-lifecycle-viewmodel-ktx-2.x
fix(deps): update dependency androidx.lifecycle:lifecycle-viewmodel-ktx to v2.9.1
2 parents ca08d42 + 35a3ab1 commit b71c439

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.2.1'
5050
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.9.1'
51-
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.0'
51+
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.1'
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)