File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ android {
2424dependencies {
2525 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version "
2626 implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3"
27- implementation " androidx.lifecycle:lifecycle-runtime-ktx:2.6.1 "
27+ implementation " androidx.lifecycle:lifecycle-runtime-ktx:2.6.2 "
2828 implementation ' androidx.lifecycle:lifecycle-livedata-ktx:2.6.2'
2929 api ' com.jakewharton.timber:timber:5.0.1'
3030}
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ dependencies {
2929 implementation " androidx.core:core-ktx:1.10.1"
3030 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version "
3131 implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3"
32- implementation " androidx.lifecycle:lifecycle-runtime-ktx:2.6.1 "
32+ implementation " androidx.lifecycle:lifecycle-runtime-ktx:2.6.2 "
3333 implementation ' androidx.recyclerview:recyclerview:1.3.1'
3434 api ' com.google.android.material:material:1.9.0'
3535}
You can’t perform that action at this time.
0 commit comments