mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-22 00:32:55 +08:00
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