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
}

View File

@ -31,10 +31,7 @@
For OI Filemanager it makes no difference, gpg files can't be associated
-->
<!-- Specified in build.gradle -->
<!--<uses-sdk-->
<!--android:minSdkVersion="9"-->
<!--android:targetSdkVersion="19" />-->
<!-- SDK levels are specified in build.gradle -->
<uses-feature
android:name="android.hardware.wifi"

@ -1 +1 @@
Subproject commit 89b0a3bd140dd178595c031beaa27747575d7ac8
Subproject commit 76d7b17f114ef180fdbe6852d8897e8b9a4bca8b