Skip to content

Commit 07473dc

Browse files
committed
fix: disable build abort on linting errors
1 parent 2a6f4ed commit 07473dc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ android {
5656
productFlavors {
5757
}
5858

59+
lintOptions {
60+
abortOnError false
61+
}
62+
5963
println 'VersionName: ' + androidGitVersion.name()
6064
println 'VersionCode: ' + androidGitVersion.code()
6165
}

0 commit comments

Comments
 (0)