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