|
@@ -51,10 +51,11 @@ repositories {
|
|
|
|
|
|
android {
|
|
android {
|
|
lintOptions {
|
|
lintOptions {
|
|
- abortOnError true
|
|
|
|
|
|
+ abortOnError false
|
|
lintConfig file("${project.rootDir}/lint.xml")
|
|
lintConfig file("${project.rootDir}/lint.xml")
|
|
htmlReport true
|
|
htmlReport true
|
|
htmlOutput file("$project.buildDir/reports/lint/lint.html")
|
|
htmlOutput file("$project.buildDir/reports/lint/lint.html")
|
|
|
|
+ disable 'MissingTranslation'
|
|
}
|
|
}
|
|
|
|
|
|
dexOptions {
|
|
dexOptions {
|
|
@@ -115,10 +116,6 @@ android {
|
|
targetCompatibility JavaVersion.VERSION_1_7
|
|
targetCompatibility JavaVersion.VERSION_1_7
|
|
}
|
|
}
|
|
|
|
|
|
- lintOptions {
|
|
|
|
- abortOnError false
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
packagingOptions {
|
|
packagingOptions {
|
|
exclude 'META-INF/LICENSE.txt'
|
|
exclude 'META-INF/LICENSE.txt'
|
|
exclude 'META-INF/LICENSE'
|
|
exclude 'META-INF/LICENSE'
|