Skip to content

Commit

Permalink
Remove version override for checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlecat committed Dec 28, 2024
1 parent f03532b commit 4a02352
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ android {
jniDebuggable false
renderscriptDebuggable false
pseudoLocalesEnabled false
zipAlignEnabled true

shrinkResources true
minifyEnabled true
Expand Down Expand Up @@ -115,7 +114,6 @@ checkstyle {
ignoreFailures false
maxWarnings = 0
showViolations true
toolVersion '10.20.2'
}

tasks.register('checkstyle', Checkstyle) {
Expand Down

0 comments on commit 4a02352

Please sign in to comment.