We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef8a710 + 1e64d28 commit 9b88c96Copy full SHA for 9b88c96
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.2'
+ implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.8.4'
27
api 'com.jakewharton.timber:timber:5.0.1'
28
}
29
0 commit comments