Skip to content

Commit ea1900f

Browse files
committed
add lint options
1 parent 4fea823 commit ea1900f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

app/build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,13 @@ android {
5858

5959
}
6060
}
61+
62+
lintOptions {
63+
checkReleaseBuilds false
64+
// Or, if you prefer, you can continue to check for errors in release builds,
65+
// but continue the build even when errors are found:
66+
abortOnError false
67+
}
6168
}
6269

6370
dependencies {

0 commit comments

Comments
 (0)