Update versions of build tools, support library, gradle and target API

This commit is contained in:
Synced Synapse 2015-06-22 23:00:06 +01:00
parent 38325be14a
commit ca119fd21c
2 changed files with 7 additions and 7 deletions

View File

@ -1,13 +1,13 @@
apply plugin: 'com.android.application' apply plugin: 'com.android.application'
android { android {
compileSdkVersion 21 compileSdkVersion 22
buildToolsVersion "21.1.2" buildToolsVersion "22.0.1"
defaultConfig { defaultConfig {
applicationId "org.xbmc.kore" applicationId "org.xbmc.kore"
minSdkVersion 15 minSdkVersion 15
targetSdkVersion 21 targetSdkVersion 22
versionCode 11 versionCode 11
versionName "1.4.0" versionName "1.4.0"
} }
@ -70,9 +70,9 @@ android {
} }
dependencies { dependencies {
compile 'com.android.support:support-v4:21.0.3' compile 'com.android.support:support-v4:22.2.0'
compile 'com.android.support:appcompat-v7:21.0.3' compile 'com.android.support:appcompat-v7:22.2.0'
compile 'com.android.support:cardview-v7:21.0.0' compile 'com.android.support:cardview-v7:22.2.0'
compile 'com.fasterxml.jackson.core:jackson-databind:2.5.2' compile 'com.fasterxml.jackson.core:jackson-databind:2.5.2'
compile 'com.jakewharton:butterknife:6.1.0' compile 'com.jakewharton:butterknife:6.1.0'

View File

@ -5,7 +5,7 @@ buildscript {
jcenter() jcenter()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:1.0.0' classpath 'com.android.tools.build:gradle:1.2.3'
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files // in the individual module build.gradle files