mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-07 17:48:52 -06:00
gradle: do not abort on lint errors
This commit is contained in:
@@ -24,6 +24,12 @@ android {
|
||||
targetCompatibility JavaVersion.VERSION_1_8
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
}
|
||||
|
||||
lintOptions {
|
||||
checkReleaseBuilds false
|
||||
abortOnError false
|
||||
}
|
||||
|
||||
buildToolsVersion '26.0.2'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user