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
|
compileSdkVersion cdvCompileSdkVersion
|
||||||
buildToolsVersion cdvBuildToolsVersion
|
buildToolsVersion cdvBuildToolsVersion
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user