From a36b3150f1937e6b9dd2666ec386e12401d1448f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 02:12:53 +0000 Subject: [PATCH] Update plugin org.jlleitschuh.gradle.ktlint to v14.1.0 --- native_image_cropper_android/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/native_image_cropper_android/android/build.gradle b/native_image_cropper_android/android/build.gradle index 1be0866..9505dbc 100644 --- a/native_image_cropper_android/android/build.gradle +++ b/native_image_cropper_android/android/build.gradle @@ -1,7 +1,7 @@ buildscript { ext { kotlin_version = '2.3.10' - ktlintPluginVersion = '14.0.1' + ktlintPluginVersion = '14.1.0' } repositories {