Skip to content

Commit 59513ae

Browse files
committed
changed lint abort on error to false so it's stops messing with travis CI build
1 parent e833e29 commit 59513ae

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

app/build.gradle

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ android {
44
compileSdkVersion 23
55
buildToolsVersion "23.0.2"
66

7+
lintOptions {
8+
abortOnError false
9+
}
10+
711
defaultConfig {
812
applicationId "com.like.example"
913
minSdkVersion 16

likebutton/build.gradle

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ android {
77
compileSdkVersion 23
88
buildToolsVersion "23.0.2"
99

10+
lintOptions {
11+
abortOnError false
12+
}
13+
1014
defaultConfig {
1115
minSdkVersion 16
1216
targetSdkVersion 23

0 commit comments

Comments
 (0)