forked from github/cordova-android
CB-8864: Fixing this to mitigate CB-8685 and CB-10104
This commit is contained in:
parent
d78ae309f1
commit
11760afddd
@ -170,6 +170,10 @@ android {
|
||||
}
|
||||
}
|
||||
|
||||
lintOptions {
|
||||
abortOnError false;
|
||||
}
|
||||
|
||||
compileSdkVersion cdvCompileSdkVersion
|
||||
buildToolsVersion cdvBuildToolsVersion
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user