From c966e52ee49647a7149fd5252dec3cb8df118852 Mon Sep 17 00:00:00 2001 From: Synced Synapse Date: Fri, 23 Dec 2016 08:50:34 +0000 Subject: [PATCH] Update android SDK/build toos/support library version --- app/build.gradle | 16 ++++++++-------- build.gradle | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index b7f76ab..f4c0528 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,13 +11,13 @@ def getVersionName = { -> android { - compileSdkVersion 23 - buildToolsVersion "24.0.2" + compileSdkVersion 25 + buildToolsVersion "25.0.2" defaultConfig { applicationId "org.xbmc.kore" minSdkVersion 15 - targetSdkVersion 23 + targetSdkVersion 25 versionCode 14 versionName = getVersionName() } @@ -104,10 +104,10 @@ android { } dependencies { - compile 'com.android.support:support-v4:23.4.0' - compile 'com.android.support:appcompat-v7:23.4.0' - compile 'com.android.support:cardview-v7:23.4.0' - compile 'com.android.support:support-v13:23.4.0' + compile 'com.android.support:support-v4:25.1.0' + compile 'com.android.support:appcompat-v7:25.1.0' + compile 'com.android.support:cardview-v7:25.1.0' + compile 'com.android.support:support-v13:25.1.0' compile 'com.fasterxml.jackson.core:jackson-databind:2.5.2' compile 'com.jakewharton:butterknife:6.1.0' @@ -124,7 +124,7 @@ dependencies { 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-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' testCompile 'org.robolectric:robolectric:3.1.1' diff --git a/build.gradle b/build.gradle index d14039d..f46d653 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } 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 // in the individual module build.gradle files