Remove some lintChecking for release
This commit is contained in:
parent
7c8affefdc
commit
e541c29bd8
1 changed files with 5 additions and 0 deletions
|
@ -18,6 +18,11 @@ android {
|
|||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
}
|
||||
|
||||
lintOptions {
|
||||
checkReleaseBuilds false
|
||||
abortOnError false
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
Loading…
Reference in a new issue