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 0445938 + 016ea06 commit eae3802Copy full SHA for eae3802
sample/build.gradle
@@ -48,7 +48,7 @@ dependencies {
48
implementation 'com.google.android.material:material:1.12.0'
49
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
50
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.8.7'
51
- implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.6'
+ implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7'
52
implementation project(path: ':ui')
53
testImplementation 'junit:junit:4.13.2'
54
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
0 commit comments