File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ android {
1717}
1818
1919dependencies {
20- compileOnly " org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.21 "
20+ compileOnly " org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.10 "
2121 compileOnly " androidx.fragment:fragment-ktx:1.5.7"
2222 compileOnly " androidx.work:work-runtime:2.8.1"
2323}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ plugins {
22 id ' com.android.application' version ' 8.0.2' apply false
33 id ' com.android.library' version ' 8.0.2' apply false
44 id " com.diffplug.spotless" version " 6.19.0" apply false
5- id ' org.jetbrains.kotlin.android' version ' 1.8.21 ' apply false
5+ id ' org.jetbrains.kotlin.android' version ' 1.9.10 ' 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