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 e5a14c8 commit 528aedbCopy full SHA for 528aedb
app/build.gradle
@@ -63,7 +63,7 @@ dependencies {
63
kapt "androidx.lifecycle:lifecycle-compiler:2.7.0"
64
// ViewModel Kotlin support
65
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0-rc03"
66
- implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.2.0-rc03"
+ implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.8.5"
67
// Coroutines
68
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.3"
69
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.3"
0 commit comments