Skip to content

Commit

Permalink
Update Gradle build files
Browse files Browse the repository at this point in the history
  • Loading branch information
friederbluemle committed Oct 24, 2014
1 parent dfa124c commit ea23e3c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 21 deletions.
9 changes: 2 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
repositories {
mavenCentral()
jcenter()
}

dependencies {
Expand All @@ -10,11 +10,6 @@ buildscript {

allprojects {
repositories {
mavenCentral()
jcenter()
}
}

task wrapper(type: Wrapper) {
gradleVersion = '1.10'
}

7 changes: 1 addition & 6 deletions libsuperuser/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,4 @@ android {
assets.srcDirs = ['assets']
}
}

// Do not abort build if lint finds errors
lintOptions {
abortOnError false
}
}
}
7 changes: 1 addition & 6 deletions libsuperuser_example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,4 @@ android {
assets.srcDirs = ['assets']
}
}

// Do not abort build if lint finds errors
lintOptions {
abortOnError false
}
}
}
3 changes: 1 addition & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
include ':libsuperuser'
include ':libsuperuser_example'
include ':libsuperuser', ':libsuperuser_example'

0 comments on commit ea23e3c

Please sign in to comment.