We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ea95979 + ec1e3e4 commit 49a7920Copy full SHA for 49a7920
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.0"
26
- implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.8.0'
+ implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.8.1'
27
api 'com.jakewharton.timber:timber:5.0.1'
28
}
29
0 commit comments