File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
66import org.jetbrains.kotlin.gradle.tasks.KotlinJvmCompile
77
88plugins {
9- id(" org.jetbrains.kotlin.android" ) version " 1.9.23 " apply false
10- id(" org.jetbrains.kotlin.plugin.serialization" ) version " 1.9.23 " apply false
9+ id(" org.jetbrains.kotlin.android" ) version " 1.9.24 " apply false
10+ id(" org.jetbrains.kotlin.plugin.serialization" ) version " 1.9.24 " apply false
1111 id(" org.jetbrains.kotlinx.binary-compatibility-validator" ) version " 0.14.0" apply false
1212 id(" org.jmailen.kotlinter" ) version " 4.1.1" apply false
1313 id(" com.android.application" ) version " 8.3.0" apply false
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ minSdk = "21"
55
66[libraries ]
77
8- kotlin-stdlib = { module = " org.jetbrains.kotlin:kotlin-stdlib-jdk8" , version = " 1.9.23 " }
8+ kotlin-stdlib = { module = " org.jetbrains.kotlin:kotlin-stdlib-jdk8" , version = " 1.9.24 " }
99kotlin-serialization = { module = " org.jetbrains.kotlinx:kotlinx-serialization-json" , version = " 1.6.3" }
1010# compiler dependency is defined to help Renovabot update the version
1111accompanist-systemController = { module = " com.google.accompanist:accompanist-systemuicontroller" , version = " 0.32.0" }
You can’t perform that action at this time.
0 commit comments