File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11plugins {
22 id ' com.android.application'
3- id ' org.jetbrains.kotlin.android' version ' 2.1.20 '
4- id ' org.jetbrains.kotlin.plugin.serialization' version ' 2.1.20 '
5- id ' org.jetbrains.kotlin.plugin.compose' version ' 2.1.20 '
3+ id ' org.jetbrains.kotlin.android' version ' 2.3.10 '
4+ id ' org.jetbrains.kotlin.plugin.serialization' version ' 2.3.0 '
5+ id ' org.jetbrains.kotlin.plugin.compose' version ' 2.3.0 '
66 id ' dev.flutter.flutter-gradle-plugin'
77 id ' com.google.gms.google-services'
88}
@@ -123,7 +123,7 @@ dependencies {
123123 implementation " com.android.support:multidex:2.0.1"
124124
125125 // ==== KOTLIN stdlib & SERIALIZATION ====
126- implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.10 "
126+ implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.25 "
127127 implementation " org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3"
128128
129129 // ==== ANDROIDX SECURITY ====
Original file line number Diff line number Diff line change @@ -24,9 +24,9 @@ pluginManagement {
2424plugins {
2525 id " dev.flutter.flutter-plugin-loader" version " 1.0.0"
2626 id " com.android.application" version ' 8.9.1' apply false
27- id " org.jetbrains.kotlin.android" version " 2.1.20 " apply false
27+ id " org.jetbrains.kotlin.android" version " 2.3.10 " apply false
2828 id " com.google.gms.google-services" version " 4.4.2" apply false
29- id " org.jetbrains.kotlin.plugin.serialization" version " 2.1.20 " apply false
29+ id " org.jetbrains.kotlin.plugin.serialization" version " 2.3.0 " apply false
3030}
3131
3232include " :app"
You can’t perform that action at this time.
0 commit comments