File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
native_image_cropper_android
native_image_cropper/example/android Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ pluginManagement {
1919plugins {
2020 id(" dev.flutter.flutter-plugin-loader" ) version " 1.0.0"
2121 id(" com.android.application" ) version " 8.13.2" apply false
22- id(" org.jetbrains.kotlin.android" ) version " 2.3.0 " apply false
22+ id(" org.jetbrains.kotlin.android" ) version " 2.3.10 " apply false
2323}
2424
2525include(" :app" )
Original file line number Diff line number Diff line change 11buildscript {
22 ext {
3- kotlin_version = ' 2.3.0 '
3+ kotlin_version = ' 2.3.10 '
44 ktlintPluginVersion = ' 14.0.1'
55 }
66
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ pluginManagement {
1919plugins {
2020 id(" dev.flutter.flutter-plugin-loader" ) version " 1.0.0"
2121 id(" com.android.application" ) version " 8.13.2" apply false
22- id(" org.jetbrains.kotlin.android" ) version " 2.3.0 " apply false
22+ id(" org.jetbrains.kotlin.android" ) version " 2.3.10 " apply false
2323}
2424
2525include(" :app" )
You can’t perform that action at this time.
0 commit comments