skip broken android lints
This commit is contained in:
parent
2e72ecd559
commit
3baea40669
1 changed files with 4 additions and 0 deletions
|
|
@ -19,6 +19,10 @@ android {
|
||||||
compileSdk = 36
|
compileSdk = 36
|
||||||
ndkVersion = flutter.ndkVersion
|
ndkVersion = flutter.ndkVersion
|
||||||
|
|
||||||
|
lint {
|
||||||
|
disable += setOf("EasterEgg", "StopShip")
|
||||||
|
}
|
||||||
|
|
||||||
compileOptions {
|
compileOptions {
|
||||||
sourceCompatibility = JavaVersion.VERSION_17
|
sourceCompatibility = JavaVersion.VERSION_17
|
||||||
targetCompatibility = JavaVersion.VERSION_17
|
targetCompatibility = JavaVersion.VERSION_17
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue