From dccef45dc1646d623c01dcde7a28711b2ac815e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Thu, 29 Jan 2015 20:43:35 +0100 Subject: Change to gradle file structure, include changes by ligi --- build.gradle | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index e07c6a3..0b0647f 100644 --- a/build.gradle +++ b/build.gradle @@ -12,21 +12,8 @@ buildscript { apply plugin: 'com.android.library' android { - compileSdkVersion 19 - buildToolsVersion '19.1' - - // NOTE: We are using the old folder structure to also support Eclipse - sourceSets { - main { - manifest.srcFile 'AndroidManifest.xml' - java.srcDirs = ['src'] - resources.srcDirs = ['src'] - aidl.srcDirs = ['src'] - renderscript.srcDirs = ['src'] - res.srcDirs = ['res'] - assets.srcDirs = ['assets'] - } - } + compileSdkVersion 21 + buildToolsVersion '21.1.1' // Do not abort build if lint finds errors lintOptions { -- cgit v1.2.3