Update android SDK/build toos/support library version

This commit is contained in:
Synced Synapse 2016-12-23 08:50:34 +00:00
parent 7d2a3e04bc
commit c966e52ee4
2 changed files with 9 additions and 9 deletions

View File

@ -11,13 +11,13 @@ def getVersionName = { ->
android { android {
compileSdkVersion 23 compileSdkVersion 25
buildToolsVersion "24.0.2" buildToolsVersion "25.0.2"
defaultConfig { defaultConfig {
applicationId "org.xbmc.kore" applicationId "org.xbmc.kore"
minSdkVersion 15 minSdkVersion 15
targetSdkVersion 23 targetSdkVersion 25
versionCode 14 versionCode 14
versionName = getVersionName() versionName = getVersionName()
} }
@ -104,10 +104,10 @@ android {
} }
dependencies { dependencies {
compile 'com.android.support:support-v4:23.4.0' compile 'com.android.support:support-v4:25.1.0'
compile 'com.android.support:appcompat-v7:23.4.0' compile 'com.android.support:appcompat-v7:25.1.0'
compile 'com.android.support:cardview-v7:23.4.0' compile 'com.android.support:cardview-v7:25.1.0'
compile 'com.android.support:support-v13:23.4.0' compile 'com.android.support:support-v13:25.1.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'
@ -124,7 +124,7 @@ dependencies {
androidTestCompile 'org.hamcrest:hamcrest-library:1.3' androidTestCompile 'org.hamcrest:hamcrest-library:1.3'
androidTestCompile 'com.android.support.test.espresso:espresso-core:2.2.2' androidTestCompile 'com.android.support.test.espresso:espresso-core:2.2.2'
androidTestCompile 'com.android.support.test.espresso:espresso-idling-resource:2.2.2' androidTestCompile 'com.android.support.test.espresso:espresso-idling-resource:2.2.2'
androidTestCompile 'com.android.support:support-v13:23.4.0' androidTestCompile 'com.android.support:support-v13:25.1.0'
instrumentationTestCompile 'junit:junit:4.12' instrumentationTestCompile 'junit:junit:4.12'
testCompile 'org.robolectric:robolectric:3.1.1' testCompile 'org.robolectric:robolectric:3.1.1'

View File

@ -5,7 +5,7 @@ buildscript {
jcenter() jcenter()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:2.1.3' classpath 'com.android.tools.build:gradle:2.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