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 @@ -27,6 +27,6 @@ android {
2727}
2828
2929dependencies {
30- implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.0.0 "
30+ implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.2.20 "
3131 implementation ' androidx.fragment:fragment-ktx:1.8.1'
3232}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ plugins {
22 id ' com.android.application' version ' 8.5.0' apply false
33 id ' com.android.library' version ' 8.5.0' apply false
44 id " com.diffplug.spotless" version " 6.25.0" apply false
5- id ' org.jetbrains.kotlin.android' version ' 2.0.0 ' apply false
5+ id ' org.jetbrains.kotlin.android' version ' 2.2.20 ' apply false
66 id " io.github.gradle-nexus.publish-plugin" version " 2.0.0"
77}
88
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ android {
3939}
4040
4141dependencies {
42- implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.0.0 "
42+ implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.2.20 "
4343 implementation ' androidx.appcompat:appcompat:1.7.0'
4444 implementation project(' :DataBinding-ktx' )
4545}
You can’t perform that action at this time.
0 commit comments