Skip to content

Commit

Permalink
chore: upgrade google java format to 1.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Bambooin committed Jan 26, 2024
1 parent 6e6e0f5 commit dfdebd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spotless {
importOrder()
removeUnusedImports()
target("app/src/main/java/com/osfans/trime/**/*.java")
googleJavaFormat("1.18.1")
googleJavaFormat("1.19.2")
}
kotlin {
target("**/*.kt")
Expand Down

0 comments on commit dfdebd7

Please sign in to comment.