From 564ce5b6f84d1a45c77b70f3198930488649ba28 Mon Sep 17 00:00:00 2001 From: yavorivanov Date: Sun, 21 Feb 2016 11:27:17 +0000 Subject: [PATCH] Upgraded build tools to 2.0.0-beta5. --- build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index d5327eb..82af0a5 100644 --- a/build.gradle +++ b/build.gradle @@ -5,8 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.0.0-alpha9' - + classpath 'com.android.tools.build:gradle:2.0.0-beta5' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files }