We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 521ee79 + 73eb9b2 commit a2d5b51Copy full SHA for a2d5b51
1 file changed
LogcatCoreLib/build.gradle
@@ -25,7 +25,7 @@ dependencies {
25
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
26
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3"
27
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.1"
28
- implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.6.1'
+ implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.6.2'
29
api 'com.jakewharton.timber:timber:5.0.1'
30
}
31
0 commit comments