diff --git a/native_image_cropper/example/android/settings.gradle b/native_image_cropper/example/android/settings.gradle index 42a51c6..72e8d42 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 "8.7.2" apply false - id "org.jetbrains.kotlin.android" version "2.0.21" apply false + id "org.jetbrains.kotlin.android" version "2.1.0" apply false } include ":app" diff --git a/native_image_cropper_android/android/build.gradle b/native_image_cropper_android/android/build.gradle index 7da3483..bb738af 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.21' + kotlin_version = '2.1.0' ktlintPluginVersion = '12.1.2' } diff --git a/native_image_cropper_android/example/android/settings.gradle b/native_image_cropper_android/example/android/settings.gradle index 42a51c6..72e8d42 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 "8.7.2" apply false - id "org.jetbrains.kotlin.android" version "2.0.21" apply false + id "org.jetbrains.kotlin.android" version "2.1.0" apply false } include ":app"