diff --git a/native_image_cropper/example/android/settings.gradle.kts b/native_image_cropper/example/android/settings.gradle.kts index e83cfce..16f0795 100644 --- a/native_image_cropper/example/android/settings.gradle.kts +++ b/native_image_cropper/example/android/settings.gradle.kts @@ -19,7 +19,7 @@ pluginManagement { plugins { id("dev.flutter.flutter-plugin-loader") version "1.0.0" id("com.android.application") version "8.13.2" apply false - id("org.jetbrains.kotlin.android") version "2.2.21" apply false + id("org.jetbrains.kotlin.android") version "2.3.0" apply false } include(":app") diff --git a/native_image_cropper_android/android/build.gradle b/native_image_cropper_android/android/build.gradle index bf0ff76..9b5aecb 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.2.21' + kotlin_version = '2.3.0' ktlintPluginVersion = '14.0.1' } diff --git a/native_image_cropper_android/example/android/settings.gradle.kts b/native_image_cropper_android/example/android/settings.gradle.kts index e83cfce..16f0795 100644 --- a/native_image_cropper_android/example/android/settings.gradle.kts +++ b/native_image_cropper_android/example/android/settings.gradle.kts @@ -19,7 +19,7 @@ pluginManagement { plugins { id("dev.flutter.flutter-plugin-loader") version "1.0.0" id("com.android.application") version "8.13.2" apply false - id("org.jetbrains.kotlin.android") version "2.2.21" apply false + id("org.jetbrains.kotlin.android") version "2.3.0" apply false } include(":app")