From 5c6db7b33577612ff7f120b30fb98cab8afa591f Mon Sep 17 00:00:00 2001 From: Soren Stoutner Date: Thu, 22 Dec 2016 08:40:36 -0700 Subject: [PATCH] Bump target API to 25. --- .idea/misc.xml | 2 +- app/build.gradle | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 1caa1363..95f0f031 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -37,7 +37,7 @@ - + diff --git a/app/build.gradle b/app/build.gradle index 8a9af719..b827a842 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -20,11 +20,11 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 24 - buildToolsVersion "24.0.3" + compileSdkVersion 25 + buildToolsVersion "25.0.2" defaultConfig { minSdkVersion 19 - targetSdkVersion 24 + targetSdkVersion 25 versionCode 15 versionName "1.13" } @@ -58,7 +58,7 @@ android { dependencies { compile fileTree(include: ['*.jar'], dir: 'libs') - compile 'com.android.support:design:24.2.1' + compile 'com.android.support:design:25.1.0' // Only compile `com.google.firebase:firebase-ads:9.8.0` for the free flavor. freeCompile 'com.google.firebase:firebase-ads:9.8.0' -- 2.43.0