From 296ce4b2dc7bad8de662f91d5f8b892ef9912e3d Mon Sep 17 00:00:00 2001 From: Phillip Hsu Date: Mon, 26 Sep 2016 01:44:13 -0700 Subject: [PATCH] Update to SDK version 24 --- .idea/misc.xml | 2 +- app/build.gradle | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 6a1e020..95f0f03 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -37,7 +37,7 @@ - + diff --git a/app/build.gradle b/app/build.gradle index 139271b..58dbf50 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -25,12 +25,12 @@ android { storePassword keystoreProperties['storePassword'] } } - compileSdkVersion 23 - buildToolsVersion "23.0.3" + compileSdkVersion 24 + buildToolsVersion "24.0.2" defaultConfig { applicationId 'com.philliphsu.clock2' minSdkVersion 19 - targetSdkVersion 23 + targetSdkVersion 24 versionCode 1 versionName "1.0" // Disabled for now because we're not ready to @@ -64,11 +64,11 @@ dependencies { testCompile 'org.robolectric:robolectric:3.0' provided 'com.google.auto.value:auto-value:1.2' apt 'com.google.auto.value:auto-value:1.2' - compile 'com.android.support:appcompat-v7:23.4.0' - compile 'com.android.support:design:23.4.0' - compile 'com.android.support:support-v4:23.4.0' - compile 'com.android.support:recyclerview-v7:23.4.0' - compile 'com.android.support:gridlayout-v7:23.4.0' - compile 'com.android.support:cardview-v7:23.4.0' + compile 'com.android.support:appcompat-v7:24.2.1' + compile 'com.android.support:design:24.2.1' + compile 'com.android.support:support-v4:24.2.1' + compile 'com.android.support:recyclerview-v7:24.2.1' + compile 'com.android.support:gridlayout-v7:24.2.1' + compile 'com.android.support:cardview-v7:24.2.1' compile 'com.jakewharton:butterknife:7.0.1' }