Skip to content

Commit

Permalink
Use fixed build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Schürmann committed Apr 16, 2014
1 parent 56e10b1 commit 30fbf60
Showing 1 changed file with 9 additions and 14 deletions.
23 changes: 9 additions & 14 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,21 +1,16 @@
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.5.+'
}
}

apply plugin: 'android-library'

android {
compileSdkVersion 17
buildToolsVersion "17.0.0"

compileSdkVersion 19
buildToolsVersion '19.0.3'
defaultConfig {
minSdkVersion 7
targetSdkVersion 17
targetSdkVersion 19
}

// Do not abort build if lint finds errors
lintOptions {
abortOnError false
}
}

0 comments on commit 30fbf60

Please sign in to comment.