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 {
2424
2525dependencies {
2626 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version "
27- implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.1 "
27+ implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2 "
2828 implementation " androidx.lifecycle:lifecycle-runtime-ktx:2.9.2"
2929 implementation " androidx.lifecycle:lifecycle-livedata-ktx:2.9.2"
3030 api " com.jakewharton.timber:timber:5.0.1"
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ dependencies {
2828 api project(" :LogcatCoreLib" )
2929 implementation " androidx.core:core-ktx:1.16.0"
3030 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version "
31- implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.1 "
31+ implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2 "
3232 implementation " androidx.lifecycle:lifecycle-runtime-ktx:2.9.2"
3333 implementation " androidx.recyclerview:recyclerview:1.4.0"
3434 api " com.google.android.material:material:1.12.0"
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ dependencies {
6161 implementation " androidx.legacy:legacy-support-v4:1.0.0"
6262 implementation " androidx.appcompat:appcompat:1.7.1"
6363 implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
64- implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.1 "
64+ implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2 "
6565 implementation " androidx.test.uiautomator:uiautomator:2.3.0"
6666
6767 androidTestImplementation " androidx.test:rules:1.7.0" // GrantPermissionRule
You can’t perform that action at this time.
0 commit comments