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
@ -14,6 +14,11 @@ apply plugin: 'com.android.library'
|
|||||||
android {
|
android {
|
||||||
compileSdkVersion 21
|
compileSdkVersion 21
|
||||||
buildToolsVersion '21.1.2'
|
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
|
// Do not abort build if lint finds errors
|
||||||
lintOptions {
|
lintOptions {
|
||||||
|
Loading…
Reference in New Issue
Block a user