Skip to content

Commit

Permalink
apply spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
kaeawc committed Dec 7, 2024
1 parent ddbf010 commit 29dfeb1
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,7 @@ android {
warningsAsErrors = true
checkDependencies = true
ignoreTestSources = true
disable.addAll(
listOf(
"WrongThreadInterprocedural",
"ObsoleteSdkInt",
"UnusedResources"
)
)
disable.addAll(listOf("WrongThreadInterprocedural", "ObsoleteSdkInt", "UnusedResources"))
}
}

Expand Down

0 comments on commit 29dfeb1

Please sign in to comment.