Upgraded gradle plugin, set 'abortOnError' to false (issue #370)
This commit is contained in:
parent
6c56883f11
commit
7335a07956
|
@ -3,7 +3,7 @@ buildscript {
|
|||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:0.8.+'
|
||||
classpath 'com.android.tools.build:gradle:0.9.+'
|
||||
}
|
||||
}
|
||||
apply plugin: 'android'
|
||||
|
@ -38,7 +38,7 @@ dependencies {
|
|||
|
||||
android {
|
||||
compileSdkVersion 19
|
||||
buildToolsVersion "19.0.1"
|
||||
buildToolsVersion "19.0.3"
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 10
|
||||
|
@ -99,4 +99,8 @@ android {
|
|||
exclude 'META-INF/LICENSE.txt'
|
||||
exclude 'META-INF/NOTICE.txt'
|
||||
}
|
||||
|
||||
lintOptions {
|
||||
abortOnError false
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 1bb29afb91f41af53f136599cf349752c13f52ab
|
||||
Subproject commit 5f58dff340f705b4dc7f920f81c33d382919c3ad
|
Loading…
Reference in New Issue