mirror of
https://git.alemi.dev/harvard-android.git
synced 2024-11-23 16:04:52 +01:00
chore: added comment on why we're disabling this
This commit is contained in:
parent
7c6bbe5076
commit
94ec09d108
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ android {
|
||||||
sourceCompatibility 1.8
|
sourceCompatibility 1.8
|
||||||
targetCompatibility 1.8
|
targetCompatibility 1.8
|
||||||
}
|
}
|
||||||
lintOptions {
|
lintOptions { // TODO this is necessary because otherwise it complains that we don't extend Activity...
|
||||||
abortOnError false
|
abortOnError false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue