change sdk versions

This commit is contained in:
tobiasKaminsky 2017-12-21 09:47:10 +01:00 committed by tobiaskaminsky
parent 1ab3f4aa57
commit 1da1f11ea5
No known key found for this signature in database
GPG key ID: 0E00D4D47D0C5AF7
2 changed files with 3 additions and 4 deletions

View file

@ -66,6 +66,9 @@ android {
buildToolsVersion '26.0.2' buildToolsVersion '26.0.2'
defaultConfig { defaultConfig {
minSdkVersion 14
targetSdkVersion 26
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
// arguments to be passed to functional tests // arguments to be passed to functional tests

View file

@ -21,10 +21,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.owncloud.android"> package="com.owncloud.android">
<uses-sdk
android:minSdkVersion="14"
android:targetSdkVersion="25" />
<!-- GET_ACCOUNTS is needed for API < 23. <!-- GET_ACCOUNTS is needed for API < 23.
For API >= 23 results in the addition of CONTACTS group to the list of permissions that may be For API >= 23 results in the addition of CONTACTS group to the list of permissions that may be
dynamically disabled or enabled by the user after installation; but it is not important, dynamically disabled or enabled by the user after installation; but it is not important,