Add minSdkVersion to openpgp-api-library to fix build failure

This commit is contained in:
cketti 2015-03-16 18:07:58 +01:00
parent ab964cf8af
commit 3762a7bc69
1 changed files with 5 additions and 0 deletions

View File

@ -14,6 +14,11 @@ apply plugin: 'com.android.library'
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 {