Skip to content

Commit 125fd2f

Browse files
committed
chore: upgrade google jave format to 1.18.1
1 parent d33916c commit 125fd2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spotless {
1919
importOrder()
2020
removeUnusedImports()
2121
target("app/src/main/java/com/osfans/trime/**/*.java")
22-
googleJavaFormat("1.17.0")
22+
googleJavaFormat("1.18.1")
2323
}
2424
kotlin {
2525
target("**/*.kt")

0 commit comments

Comments
 (0)