File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ android {
2222dependencies {
2323 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version "
2424 implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1"
25- implementation " androidx.lifecycle:lifecycle-runtime-ktx:2.8.0 "
25+ implementation " androidx.lifecycle:lifecycle-runtime-ktx:2.8.1 "
2626 implementation ' androidx.lifecycle:lifecycle-livedata-ktx:2.8.1'
2727 api ' com.jakewharton.timber:timber:5.0.1'
2828}
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ dependencies {
2828 implementation " androidx.core:core-ktx:1.13.1"
2929 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version "
3030 implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1"
31- implementation " androidx.lifecycle:lifecycle-runtime-ktx:2.8.0 "
31+ implementation " androidx.lifecycle:lifecycle-runtime-ktx:2.8.1 "
3232 implementation ' androidx.recyclerview:recyclerview:1.3.2'
3333 api ' com.google.android.material:material:1.12.0'
3434}
You can’t perform that action at this time.
0 commit comments