We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 95b8c75 + 375c41f commit ab5c960Copy full SHA for ab5c960
1 file changed
LogcatCoreLib/build.gradle
@@ -22,7 +22,7 @@ dependencies {
22
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
23
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.3"
24
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.5.0"
25
- implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.4.1'
+ implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.5.0'
26
api 'com.github.hannesa2:timber:5.0.1.1'
27
}
28
0 commit comments