File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ android {
2828}
2929
3030dependencies {
31- implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.2.20 " )
31+ implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.3.0 " )
3232 implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2" )
3333 implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.10.0" )
3434 implementation(" androidx.lifecycle:lifecycle-livedata-ktx:2.10.0" )
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ android {
3131dependencies {
3232 api(project(" :LogcatCoreLib" ))
3333 implementation(" androidx.core:core-ktx:1.17.0" )
34- implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.2.20 " )
34+ implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.3.0 " )
3535 implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2" )
3636 implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.10.0" )
3737 implementation(" androidx.recyclerview:recyclerview:1.4.0" )
You can’t perform that action at this time.
0 commit comments