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 5ebc634 commit 973f640Copy full SHA for 973f640
logging/build.gradle.kts
@@ -28,6 +28,6 @@ dependencies {
28
implementation("androidx.recyclerview:recyclerview:1.4.0")
29
implementation("androidx.lifecycle:lifecycle-viewmodel-android:2.9.2")
30
//noinspection KtxExtensionAvailable
31
- implementation("androidx.lifecycle:lifecycle-livedata-core:2.9.2")
+ implementation("androidx.lifecycle:lifecycle-livedata-core:2.9.3")
32
implementation("androidx.core:core-ktx:1.17.0")
33
}
0 commit comments