Skip to content

Commit d840398

Browse files
committed
disable lint temprarily
1 parent 93ccda9 commit d840398

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

visionSamples/FaceTracker/app/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ android {
4848
}
4949
productFlavors {
5050
}
51+
lintOptions {
52+
abortOnError false
53+
}
5154
}
5255

5356
dependencies {

0 commit comments

Comments
 (0)