From 7fd16b71a9f729687de7204ab4993cf21aaab3b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 23:21:11 +0000 Subject: [PATCH] chore(deps): bump com.ncorti.ktfmt.gradle:plugin in /android Bumps com.ncorti.ktfmt.gradle:plugin from 0.21.0 to 0.25.0. --- updated-dependencies: - dependency-name: com.ncorti.ktfmt.gradle:plugin dependency-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 5eafe88c..f3d55b84 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -26,7 +26,7 @@ buildscript { dependencies { classpath 'com.android.tools.build:gradle:8.7.3' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" - classpath 'com.ncorti.ktfmt.gradle:plugin:0.21.0' + classpath 'com.ncorti.ktfmt.gradle:plugin:0.25.0' } }