We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6b72636 + 4868e98 commit 49d4536Copy full SHA for 49d4536
1 file changed
LogcatCoreLib/build.gradle
@@ -23,7 +23,7 @@ dependencies {
23
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
24
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1"
25
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.8.4"
26
- implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.8.4'
+ implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.8.6'
27
api 'com.jakewharton.timber:timber:5.0.1'
28
}
29
0 commit comments