From e67a28d56243e609a889864efd1a1edd116c1c02 Mon Sep 17 00:00:00 2001 From: Scott Alexander-Bown Date: Fri, 24 Mar 2017 14:09:59 +0000 Subject: [PATCH] updated to latest grade plugins and support lib version --- build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index abe642c..4c16ec9 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.2.2' + classpath 'com.android.tools.build:gradle:2.3.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files @@ -26,9 +26,9 @@ allprojects { } subprojects { - ext.compileSdkVer = 24 - ext.buildToolsVer = "24.0.0" + ext.compileSdkVer = 25 + ext.buildToolsVer = "25.0.2" ext.minSdkVer = 10 - ext.targetSdkVer = 24 - ext.supportLibVer = "24.0.0" + ext.targetSdkVer = 25 + ext.supportLibVer = "25.3.0" }