diff --git a/native_image_cropper/example/android/settings.gradle.kts b/native_image_cropper/example/android/settings.gradle.kts index 76b0efe..b670bae 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.4.0" apply false + id("org.jetbrains.kotlin.android") version "2.4.10" apply false } include(":app") diff --git a/native_image_cropper_android/android/build.gradle.kts b/native_image_cropper_android/android/build.gradle.kts index 05dc907..a52630c 100644 --- a/native_image_cropper_android/android/build.gradle.kts +++ b/native_image_cropper_android/android/build.gradle.kts @@ -2,7 +2,7 @@ group = "biz.cosee.native_image_cropper_android" version = "1.0-SNAPSHOT" buildscript { - val kotlinVersion = "2.4.0" + val kotlinVersion = "2.4.10" repositories { google() diff --git a/native_image_cropper_android/example/android/settings.gradle.kts b/native_image_cropper_android/example/android/settings.gradle.kts index 76b0efe..b670bae 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.4.0" apply false + id("org.jetbrains.kotlin.android") version "2.4.10" apply false } include(":app")