Disable common abortOnError

This commit is contained in:
Stardust
2019-12-01 20:06:24 +08:00
committed by GitHub
parent 36378d8722
commit 89149e0548

View File

@@ -22,6 +22,9 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
lintOptions {
abortOnError false
}
}
dependencies {