Skip to content

Commit 53d6917

Browse files
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 fd36be0 commit 53d6917

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.2.2' apply false
88
id 'com.android.library' version '7.2.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)