File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ android {
2929}
3030
3131dependencies {
32- implementation " org.jetbrains.kotlin:kotlin-stdlib:1.9.10 "
32+ implementation " org.jetbrains.kotlin:kotlin-stdlib:1.9.24 "
3333 implementation " io.reactivex.rxjava2:rxkotlin:2.4.0"
3434 implementation ' io.reactivex.rxjava2:rxjava:2.2.21'
3535 implementation " androidx.fragment:fragment:1.6.1"
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ android {
2929}
3030
3131dependencies {
32- implementation " org.jetbrains.kotlin:kotlin-stdlib:1.9.10 "
32+ implementation " org.jetbrains.kotlin:kotlin-stdlib:1.9.24 "
3333 implementation " io.reactivex.rxjava3:rxkotlin:3.0.1"
3434 implementation ' io.reactivex.rxjava3:rxjava:3.1.8'
3535 implementation " androidx.fragment:fragment:1.6.1"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ plugins {
22 id ' com.android.application' version ' 8.1.2' apply false
33 id ' com.android.library' version ' 8.1.2' apply false
44 id " com.diffplug.spotless" version " 6.22.0" apply false
5- id ' org.jetbrains.kotlin.android' version ' 1.9.10 ' apply false
5+ id ' org.jetbrains.kotlin.android' version ' 1.9.24 ' apply false
66 id " io.github.gradle-nexus.publish-plugin" version " 1.3.0"
77}
88
You can’t perform that action at this time.
0 commit comments