1
0
mirror of https://github.com/etesync/android synced 2024-11-22 16:08:13 +00:00

New target SDK: API level 22 (Android 5.1)

This commit is contained in:
Ricki Hirner 2015-05-02 10:55:31 +02:00
parent f1eabb6227
commit 5e9fe92520
3 changed files with 5 additions and 5 deletions

View File

@ -9,13 +9,13 @@
apply plugin: 'com.android.application' apply plugin: 'com.android.application'
android { android {
compileSdkVersion 21 compileSdkVersion 22
buildToolsVersion '21.1.2' buildToolsVersion '21.1.2'
defaultConfig { defaultConfig {
applicationId "at.bitfire.davdroid" applicationId "at.bitfire.davdroid"
minSdkVersion 14 minSdkVersion 14
targetSdkVersion 21 targetSdkVersion 22
} }
buildTypes { buildTypes {

View File

@ -14,7 +14,7 @@
<uses-sdk <uses-sdk
android:minSdkVersion="14" android:minSdkVersion="14"
android:targetSdkVersion="21" /> android:targetSdkVersion="22" />
<uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.AUTHENTICATE_ACCOUNTS" /> <uses-permission android:name="android.permission.AUTHENTICATE_ACCOUNTS" />

View File

@ -52,12 +52,12 @@ ext.inceptionYear = '1999'
android { android {
// SDK versions and compileOptions adapted to DAVdroid needs // SDK versions and compileOptions adapted to DAVdroid needs
compileSdkVersion 21 compileSdkVersion 22
buildToolsVersion '21.1.2' buildToolsVersion '21.1.2'
defaultConfig { defaultConfig {
minSdkVersion 8 minSdkVersion 8
targetSdkVersion 21 targetSdkVersion 22
} }
/*compileOptions { /*compileOptions {