From e05f270580f792d9bb5188a8c2e34357301a3c28 Mon Sep 17 00:00:00 2001 From: Tibor Kaputa Date: Fri, 9 Dec 2016 09:33:16 +0100 Subject: [PATCH] update target sdk to 25 --- app/build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index ba580be9a..10c834409 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -3,13 +3,13 @@ apply plugin: 'kotlin-android' apply plugin: 'kotlin-android-extensions' android { - compileSdkVersion 23 - buildToolsVersion "23.0.3" + compileSdkVersion 25 + buildToolsVersion "25.0.1" defaultConfig { applicationId "com.simplemobiletools.calendar" minSdkVersion 16 - targetSdkVersion 23 + targetSdkVersion 25 versionCode 40 versionName "1.40" } @@ -32,8 +32,8 @@ android { } dependencies { - compile 'com.android.support:appcompat-v7:23.4.0' - compile 'com.android.support:design:23.4.0' + compile 'com.android.support:appcompat-v7:25.0.1' + compile 'com.android.support:design:25.0.1' compile 'joda-time:joda-time:2.9.1' compile 'com.github.yukuku:ambilwarna:2.0.1' compile 'com.facebook.stetho:stetho:1.4.1'