Skip to content
Snippets Groups Projects
Commit 330358cd authored by Charles Lombardo's avatar Charles Lombardo
Browse files

android: Bump ktlint version to 0.47.1

parent fc6a2fe7
No related branches found
No related tags found
No related merge requests found
...@@ -163,7 +163,7 @@ android { ...@@ -163,7 +163,7 @@ android {
tasks.getByPath("preBuild").dependsOn("ktlintCheck") tasks.getByPath("preBuild").dependsOn("ktlintCheck")
ktlint { ktlint {
version.set("0.47.0") version.set("0.47.1")
android.set(true) android.set(true)
ignoreFailures.set(false) ignoreFailures.set(false)
disabledRules.set( disabledRules.set(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment