Skip to content

Commit 06e653a

Browse files
added lintOptions { abortOnError false } - for release builds
1 parent e086e8d commit 06e653a

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
@@ -4,6 +4,13 @@ android {
44
compileSdkVersion 23
55
buildToolsVersion "23.0.3"
66

7+
lintOptions {
8+
//checkReleaseBuilds false
9+
// Or, if you prefer, you can continue to check for errors in release builds,
10+
// but continue the build even when errors are found:
11+
abortOnError false
12+
}
13+
714
defaultConfig {
815
applicationId "eu.basicairdata.graziano.gpslogger"
916
minSdkVersion 8

0 commit comments

Comments
 (0)