Skip to content

Commit e1b3214

Browse files
committed
added abort lint error false
1 parent a1e2d0f commit e1b3214

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ android {
1616
sourceCompatibility JavaVersion.VERSION_1_7
1717
targetCompatibility JavaVersion.VERSION_1_7
1818
}
19-
}
20-
dependencies {
19+
lintOptions {
20+
abortOnError false
21+
}
2122
}

0 commit comments

Comments
 (0)