From 5a61ad7957ccc410ecde261e10dfb72bb67d0580 Mon Sep 17 00:00:00 2001 From: Tibor Kaputa Date: Thu, 24 Nov 2016 15:08:08 +0100 Subject: [PATCH] update target sdk to 24 --- app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 3ac7794..1bbe79e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,13 +2,13 @@ apply plugin: 'com.android.application' apply plugin: 'android-apt' android { - compileSdkVersion 23 - buildToolsVersion "23.0.3" + compileSdkVersion 24 + buildToolsVersion "24.0.3" defaultConfig { applicationId "com.simplemobiletools.flashlight" minSdkVersion 16 - targetSdkVersion 23 + targetSdkVersion 24 versionCode 20 versionName "1.20" } @@ -27,7 +27,7 @@ android { } dependencies { - compile 'com.android.support:appcompat-v7:23.4.0' + compile 'com.android.support:appcompat-v7:24.2.1' compile 'com.jakewharton:butterknife:8.0.1' compile 'com.squareup:otto:1.3.8' compile 'com.github.yukuku:ambilwarna:2.0.1'