Skip to content

Commit 9cfbc86

Browse files
committed
Workaround for lint crash
1 parent f76d17e commit 9cfbc86

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ android {
4141
defaultConfig {
4242
minSdkVersion 21
4343
}
44+
lint {
45+
// Workaround for lint internal crash
46+
abortOnError false
47+
// Ignore obsolete custom lint checks from older fragment library
48+
disable 'ObsoleteLintCustomCheck'
49+
}
4450
compileOptions {
4551
sourceCompatibility JavaVersion.VERSION_17
4652
targetCompatibility JavaVersion.VERSION_17

0 commit comments

Comments
 (0)