Skip to content
This repository was archived by the owner on Mar 2, 2025. It is now read-only.

Commit 5f5c8a2

Browse files
Bump org.jlleitschuh.gradle.ktlint from 12.1.0 to 12.1.1 in /frontend
Bumps org.jlleitschuh.gradle.ktlint from 12.1.0 to 12.1.1. --- updated-dependencies: - dependency-name: org.jlleitschuh.gradle.ktlint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ab0c826 commit 5f5c8a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id("com.android.application")
33
id("org.jetbrains.kotlin.android")
4-
id("org.jlleitschuh.gradle.ktlint") version "12.1.0"
4+
id("org.jlleitschuh.gradle.ktlint") version "12.1.1"
55
id("kotlin-kapt")
66
}
77

0 commit comments

Comments
 (0)