Skip to content

Commit 5deb2a1

Browse files
authored
Update spotless version, from 6.1.2 to 7.2.1 (#6594)
Task/Issue URL: https://app.asana.com/1/137249556945/project/608920331025315/task/1211065867354946?focus=true ### Description Update to latest stable version of spotless ### Steps to test this PR - [ ] QA optional Co-authored-by: Craig Russell <[email protected]>
1 parent 05398d5 commit 5deb2a1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

code-formatting.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ spotless {
88
targetExclude("**/FragmentStateAdapter.java") // temporary
99
removeUnusedImports()
1010
trimTrailingWhitespace()
11-
indentWithSpaces()
11+
leadingTabsToSpaces()
1212
}
1313
format 'xml', {
1414
target '**/*.xml'
15-
indentWithSpaces()
15+
leadingTabsToSpaces()
1616
trimTrailingWhitespace()
1717
}
1818
}

versions.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ plugin.org.jmailen.kotlinter=3.12.0
2121

2222
plugin.com.google.devtools.ksp=1.9.24-1.0.20
2323

24-
plugin.com.diffplug.spotless=6.1.2
24+
plugin.com.diffplug.spotless=7.2.1
2525

2626
version.android.billingclient=7.1.1
2727

0 commit comments

Comments
 (0)