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 @@ -20,6 +20,6 @@ android {
2020}
2121
2222dependencies {
23- implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.21 "
23+ implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.10 "
2424 implementation ' androidx.fragment:fragment-ktx:1.5.7'
2525}
Original file line number Diff line number Diff line change 11plugins {
22 id ' com.android.application' version ' 8.1.1' apply false
33 id ' com.android.library' version ' 8.1.1' apply false
4- id ' org.jetbrains.kotlin.android' version ' 1.8.21 ' apply false
4+ id ' org.jetbrains.kotlin.android' version ' 1.9.10 ' apply false
55 id " io.github.gradle-nexus.publish-plugin" version " 1.3.0"
66}
77
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ android {
3737}
3838
3939dependencies {
40- implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.21 "
40+ implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.10 "
4141 implementation ' androidx.appcompat:appcompat:1.6.1'
4242 implementation ' androidx.fragment:fragment-ktx:1.5.7'
4343 implementation ' androidx.lifecycle:lifecycle-livedata-ktx:2.6.1'
You can’t perform that action at this time.
0 commit comments