4
0
mirror of https://github.com/apache/cordova-android.git synced 2025-03-30 02:42:45 +08:00

CB-8864: Fixing this to mitigate CB-8685 and CB-10104

This commit is contained in:
Joe Bowser 2016-01-12 10:39:55 -08:00
parent d78ae309f1
commit 11760afddd

@ -170,6 +170,10 @@ android {
}
}
lintOptions {
abortOnError false;
}
compileSdkVersion cdvCompileSdkVersion
buildToolsVersion cdvBuildToolsVersion