Skip to content

Commit 9b252dc

Browse files
committed
Disable lint abort on error for faster builds
1 parent 50cf1af commit 9b252dc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ android {
5555
aidl = true
5656
}
5757

58+
lint {
59+
abortOnError = false
60+
checkReleaseBuilds = false
61+
}
62+
5863
// Custom APK naming: AppControlX-v1.0.0-debug.apk
5964
applicationVariants.all {
6065
val variant = this

0 commit comments

Comments
 (0)