From 15fc5a02aef913dc1c36a16a3147a7bb0ec1d0c5 Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Sat, 29 Aug 2015 01:35:33 +0200 Subject: [PATCH] another neccessary change for SDK 23 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index bf5871d69..30e674100 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:1.2.3' + classpath 'com.android.tools.build:gradle:1.3.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files