Skip to content

Commit 1159ed0

Browse files
committed
ignore Lint in release builds
1 parent 62a261d commit 1159ed0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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)