Skip to content

Commit 15b5f4e

Browse files
dependabot[bot]kirillt
authored andcommitted
Bump org.jlleitschuh.gradle.ktlint from 11.0.0 to 12.1.0
Bumps org.jlleitschuh.gradle.ktlint from 11.0.0 to 12.1.0. --- updated-dependencies: - dependency-name: org.jlleitschuh.gradle.ktlint dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 88305b3 commit 15b5f4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
id 'com.android.application' version '7.4.2' apply false
88
id 'com.android.library' version '7.4.2' apply false
99
id 'org.jetbrains.kotlin.android' version '1.7.10' apply false
10-
id 'org.jlleitschuh.gradle.ktlint' version '11.0.0'
10+
id 'org.jlleitschuh.gradle.ktlint' version '12.1.0'
1111
}
1212

1313
task clean(type: Delete) {

0 commit comments

Comments
 (0)