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 295e20e commit 4c89a1eCopy full SHA for 4c89a1e
app/build.gradle
@@ -52,7 +52,7 @@ dependencies {
52
testImplementation 'junit:junit:4.13.2'
53
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
54
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
55
- def lifecycle_version = "2.4.1"
+ def lifecycle_version = "2.9.1"
56
// ViewModel
57
implementation "androidx.lifecycle:lifecycle-viewmodel:$lifecycle_version"
58
// LiveData
0 commit comments