From ca95cb9a43d594979213a54c90662ac4f3e384b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Thu, 16 Jan 2014 22:33:11 +0100 Subject: Update gradle build files to 0.7.3 android plugin, add Gradle 1.9 wrapper, add information about build to readme --- libraries/HtmlTextView/build.gradle | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'libraries/HtmlTextView') diff --git a/libraries/HtmlTextView/build.gradle b/libraries/HtmlTextView/build.gradle index 1fd554404..8c59e4b55 100644 --- a/libraries/HtmlTextView/build.gradle +++ b/libraries/HtmlTextView/build.gradle @@ -1,12 +1,3 @@ -buildscript { - repositories { - mavenCentral() - } - dependencies { - classpath 'com.android.tools.build:gradle:0.6.3' - } -} - apply plugin: 'android-library' @@ -21,4 +12,9 @@ android { res.srcDirs = ['res'] } } + + // Do not abort build if lint finds errors + lintOptions { + abortOnError false + } } -- cgit v1.2.3