Set minSdk to 14
This commit is contained in:
@@ -3,8 +3,8 @@ apply plugin: 'com.android.application'
|
|||||||
dependencies {
|
dependencies {
|
||||||
// NOTE: Always use fixed version codes not dynamic ones, e.g. 0.7.3 instead of 0.7.+, see README for more information
|
// 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:support-v4:21.0.3'
|
||||||
compile 'com.android.support:appcompat-v7:21.0.2'
|
compile 'com.android.support:appcompat-v7:21.0.3'
|
||||||
compile project(':extern:openpgp-api-lib')
|
compile project(':extern:openpgp-api-lib')
|
||||||
compile project(':extern:openkeychain-api-lib')
|
compile project(':extern:openkeychain-api-lib')
|
||||||
compile project(':extern:html-textview')
|
compile project(':extern:html-textview')
|
||||||
@@ -28,7 +28,7 @@ android {
|
|||||||
buildToolsVersion '21.1.1'
|
buildToolsVersion '21.1.1'
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 9
|
minSdkVersion 14
|
||||||
targetSdkVersion 21
|
targetSdkVersion 21
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -31,10 +31,7 @@
|
|||||||
For OI Filemanager it makes no difference, gpg files can't be associated
|
For OI Filemanager it makes no difference, gpg files can't be associated
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!-- Specified in build.gradle -->
|
<!-- SDK levels are specified in build.gradle -->
|
||||||
<!--<uses-sdk-->
|
|
||||||
<!--android:minSdkVersion="9"-->
|
|
||||||
<!--android:targetSdkVersion="19" />-->
|
|
||||||
|
|
||||||
<uses-feature
|
<uses-feature
|
||||||
android:name="android.hardware.wifi"
|
android:name="android.hardware.wifi"
|
||||||
|
|||||||
2
extern/openpgp-api-lib
vendored
2
extern/openpgp-api-lib
vendored
Submodule extern/openpgp-api-lib updated: 89b0a3bd14...76d7b17f11
Reference in New Issue
Block a user