Commit 8d44dfc7 authored by Grigory Fedorov's avatar Grigory Fedorov

Updated to SDK version 22 (Android 5.1)

parent daf81411
apply plugin: 'com.android.application' apply plugin: 'com.android.application'
android { android {
compileSdkVersion 21 compileSdkVersion 22
buildToolsVersion "21.1.2" buildToolsVersion "22.0.0"
defaultConfig { defaultConfig {
applicationId "com.xabber.androiddev" applicationId "com.xabber.androiddev"
minSdkVersion 14 minSdkVersion 14
targetSdkVersion 21 targetSdkVersion 22
versionCode 136 versionCode 136
versionName '0.10.36' versionName '0.10.36'
} }
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
}
compileOptions { compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7 sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7 targetCompatibility JavaVersion.VERSION_1_7
...@@ -25,7 +19,7 @@ android { ...@@ -25,7 +19,7 @@ android {
} }
dependencies { dependencies {
compile 'com.android.support:appcompat-v7:21.0.3' compile 'com.android.support:appcompat-v7:22.0.0'
compile 'com.android.support:support-v13:21.0.3' compile 'com.android.support:support-v13:22.0.0'
compile project('otr4j') compile project('otr4j')
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment