We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca08d42 + 35a3ab1 commit b71c439Copy full SHA for b71c439
sample/build.gradle
@@ -48,7 +48,7 @@ dependencies {
48
implementation 'com.google.android.material:material:1.12.0'
49
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
50
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.9.1'
51
- implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.0'
+ implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.1'
52
implementation project(path: ':ui')
53
testImplementation 'junit:junit:4.13.2'
54
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
0 commit comments