From a0bb0c973c467959702bf8ba0514bfbdbc961304 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Fri, 3 Mar 2017 14:35:44 +0100 Subject: [PATCH] bump compilesdk and support libraries to v25 --- .travis.yml | 2 +- app/build.gradle | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 55d4a63cc..fd70aee77 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ android: - build-tools-25.0.2 # The SDK version used to compile your project - - android-23 + - android-25 # Additional components - extra-android-m2repository diff --git a/app/build.gradle b/app/build.gradle index 882c65f56..1e73629c0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,13 +17,13 @@ android { sourceCompatibility JavaVersion.VERSION_1_7 targetCompatibility JavaVersion.VERSION_1_7 } - compileSdkVersion 23 + compileSdkVersion 25 buildToolsVersion '25.0.2' defaultConfig { applicationId "nodomain.freeyourgadget.gadgetbridge" minSdkVersion 19 - targetSdkVersion 23 + targetSdkVersion 25 // note: always bump BOTH versionCode and versionName! versionName "0.18.0" @@ -63,9 +63,9 @@ dependencies { testCompile "org.robolectric:robolectric:3.1.2" compile fileTree(dir: 'libs', include: ['*.jar']) - compile 'com.android.support:appcompat-v7:23.3.0' - compile 'com.android.support:support-v4:23.3.0' - compile 'com.android.support:design:23.3.0' + compile 'com.android.support:appcompat-v7:25.1.1' + compile 'com.android.support:support-v4:25.1.1' + compile 'com.android.support:design:25.1.1' compile 'com.github.tony19:logback-android-classic:1.1.1-4' compile 'org.slf4j:slf4j-api:1.7.7' compile 'com.github.PhilJay:MPAndroidChart:v3.0.1'