Upgrade Android checkstyle to 10.12.5

Upgrade to the latest version.
This commit is contained in:
Romain Vimont
2023-11-15 20:59:02 +01:00
parent 15a3bad4ab
commit 86808e8114
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ apply plugin: 'checkstyle'
check.dependsOn 'checkstyle'
checkstyle {
toolVersion = '9.0.1'
toolVersion = '10.12.5'
}
task checkstyle(type: Checkstyle) {