From 731535095b19447f1673de267189fe068b6bebdc Mon Sep 17 00:00:00 2001 From: Jean-Baptiste <87148630+Jean-BaptisteC@users.noreply.github.com> Date: Fri, 25 Oct 2024 11:01:08 +0200 Subject: [PATCH] Use ktlint 1.4.0 --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index bd304941..1e3034f9 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -9,7 +9,7 @@ plugins { } configure { - version.set("1.3.0") + version.set("1.4.0") android.set(true) }