Skip to content

Commit acd0a55

Browse files
committed
disable lint for release builds
1 parent 5f50da2 commit acd0a55

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ android {
2929
sourceSets {
3030
main.java.srcDirs += 'src/main/kotlin'
3131
}
32+
33+
lintOptions {
34+
checkReleaseBuilds false
35+
abortOnError false
36+
}
3237
}
3338

3439
dependencies {

0 commit comments

Comments
 (0)