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.10.0" apply false
22- id " org.jetbrains.kotlin.android" version " 2.1.20 " apply false
22+ id " org.jetbrains.kotlin.android" version " 2.1.21 " apply false
2323}
2424
2525include " :app"
Original file line number Diff line number Diff line change 11buildscript {
22 ext {
3- kotlin_version = ' 2.1.20 '
3+ kotlin_version = ' 2.1.21 '
44 ktlintPluginVersion = ' 12.2.0'
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.10.0" apply false
22- id " org.jetbrains.kotlin.android" version " 2.1.20 " apply false
22+ id " org.jetbrains.kotlin.android" version " 2.1.21 " apply false
2323}
2424
2525include " :app"
You can’t perform that action at this time.
0 commit comments