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.
1 parent 4b21e0e commit f25e734Copy full SHA for f25e734
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.0'
51
- implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7'
+ implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.0'
52
implementation project(path: ':ui')
53
testImplementation 'junit:junit:4.13.2'
54
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
0 commit comments