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 63839a19dc
commit 2cc5c42b26
3 changed files with 5 additions and 5 deletions

View file

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

View file

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

View file

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