We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f76d17e commit 9cfbc86Copy full SHA for 9cfbc86
1 file changed
build.gradle
@@ -41,6 +41,12 @@ android {
41
defaultConfig {
42
minSdkVersion 21
43
}
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
+ }
50
compileOptions {
51
sourceCompatibility JavaVersion.VERSION_17
52
targetCompatibility JavaVersion.VERSION_17
0 commit comments