mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-27 03:32:16 -05:00
Add minSdkVersion to openpgp-api-library to fix build failure
This commit is contained in:
parent
ab964cf8af
commit
3762a7bc69
@ -15,6 +15,11 @@ android {
|
||||
compileSdkVersion 21
|
||||
buildToolsVersion '21.1.2'
|
||||
|
||||
defaultConfig {
|
||||
// Turns out a lint check crashes when we don't specify minSdkVersion
|
||||
minSdkVersion 15
|
||||
}
|
||||
|
||||
// Do not abort build if lint finds errors
|
||||
lintOptions {
|
||||
abortOnError false
|
||||
|
Loading…
Reference in New Issue
Block a user