Skip to content

Commit

Permalink
Use ktlint 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-BaptisteC authored Oct 25, 2024
1 parent a507b72 commit 7315350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

configure<org.jlleitschuh.gradle.ktlint.KtlintExtension> {
version.set("1.3.0")
version.set("1.4.0")
android.set(true)
}

Expand Down

0 comments on commit 7315350

Please sign in to comment.