From e0ad1086a55eab66d963b4d5c6ca5544b454ef2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Thu, 4 Dec 2014 18:58:21 +0100 Subject: Update for Android Studio 1.0 RC --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index 6e8fdfb..879f150 100644 --- a/build.gradle +++ b/build.gradle @@ -5,11 +5,11 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:0.12.2' + classpath 'com.android.tools.build:gradle:1.0.0-rc3' } } -apply plugin: 'android-library' +apply plugin: 'com.android.library' android { compileSdkVersion 19 -- cgit v1.2.3