We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 88f816c + 9e479cb commit 4892f8dCopy full SHA for 4892f8d
1 file changed
LogcatCoreLib/build.gradle
@@ -25,8 +25,8 @@ android {
25
dependencies {
26
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
27
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2"
28
- implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.9.2"
29
- implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.9.2"
+ implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.9.3"
+ implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.9.3"
30
api "com.jakewharton.timber:timber:5.0.1"
31
}
32
0 commit comments