diff --git a/native_image_cropper/example/android/settings.gradle b/native_image_cropper/example/android/settings.gradle index 4905f4a..264db3c 100644 --- a/native_image_cropper/example/android/settings.gradle +++ b/native_image_cropper/example/android/settings.gradle @@ -19,7 +19,7 @@ pluginManagement { plugins { id "dev.flutter.flutter-plugin-loader" version "1.0.0" id "com.android.application" version "7.3.0" apply false - id "org.jetbrains.kotlin.android" version "2.0.20" apply false + id "org.jetbrains.kotlin.android" version "2.0.21" apply false } include ":app" diff --git a/native_image_cropper_android/android/build.gradle b/native_image_cropper_android/android/build.gradle index 102135b..43ff4d0 100644 --- a/native_image_cropper_android/android/build.gradle +++ b/native_image_cropper_android/android/build.gradle @@ -1,6 +1,6 @@ buildscript { ext { - kotlin_version = '2.0.20' + kotlin_version = '2.0.21' ktlintPluginVersion = '12.1.1' } diff --git a/native_image_cropper_android/example/android/settings.gradle b/native_image_cropper_android/example/android/settings.gradle index 4905f4a..264db3c 100644 --- a/native_image_cropper_android/example/android/settings.gradle +++ b/native_image_cropper_android/example/android/settings.gradle @@ -19,7 +19,7 @@ pluginManagement { plugins { id "dev.flutter.flutter-plugin-loader" version "1.0.0" id "com.android.application" version "7.3.0" apply false - id "org.jetbrains.kotlin.android" version "2.0.20" apply false + id "org.jetbrains.kotlin.android" version "2.0.21" apply false } include ":app"