diff --git a/platforms/android/CordovaLib/build.gradle b/platforms/android/CordovaLib/build.gradle index f1c6682..b840871 100644 --- a/platforms/android/CordovaLib/build.gradle +++ b/platforms/android/CordovaLib/build.gradle @@ -1,5 +1,5 @@ /* Licensed to the Apache Software Foundation (ASF) under one - or more contributor license agreements. See the NOTICE file +7 or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the @@ -47,6 +47,10 @@ android { targetCompatibility JavaVersion.VERSION_1_6 } + lintOptions { + abortOnError false + } + sourceSets { main { manifest.srcFile 'AndroidManifest.xml'