Set minSdk to 14

This commit is contained in:
Dominik Schürmann
2015-01-13 19:05:26 +01:00
parent 01c3e7bbf9
commit 2f0eb3fbd6
3 changed files with 5 additions and 8 deletions

View File

@@ -3,8 +3,8 @@ apply plugin: 'com.android.application'
dependencies {
// NOTE: Always use fixed version codes not dynamic ones, e.g. 0.7.3 instead of 0.7.+, see README for more information
compile 'com.android.support:support-v4:21.0.2'
compile 'com.android.support:appcompat-v7:21.0.2'
compile 'com.android.support:support-v4:21.0.3'
compile 'com.android.support:appcompat-v7:21.0.3'
compile project(':extern:openpgp-api-lib')
compile project(':extern:openkeychain-api-lib')
compile project(':extern:html-textview')
@@ -28,7 +28,7 @@ android {
buildToolsVersion '21.1.1'
defaultConfig {
minSdkVersion 9
minSdkVersion 14
targetSdkVersion 21
}