Skip to content

Commit 8ddd3b3

Browse files
author
Ingo Schwarz
committed
Disable build abortion by lint for tableview
1 parent bbfbd6d commit 8ddd3b3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tableview/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ android {
4343
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
4444
}
4545
}
46+
lintOptions {
47+
abortOnError false
48+
}
4649
}
4750

4851
dependencies {

0 commit comments

Comments
 (0)