Update gradle build files to 0.7.3 android plugin, add Gradle 1.9 wrapper, add information about build to readme

This commit is contained in:
Dominik Schürmann
2014-01-16 22:33:11 +01:00
parent 16b753acca
commit ca95cb9a43
8 changed files with 38 additions and 19 deletions

View File

@@ -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
}
}