summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorMatthew Wong <wongma@protonmail.ch>2015-12-23 00:51:36 -0500
committerMatthew Wong <wongma@protonmail.ch>2015-12-23 00:51:36 -0500
commit23c5603b7f583687c9943276ae544701111ed90b (patch)
tree70895615a928030408b9489910383f28dd79c021 /build.gradle
parent24b89992903ccc52dbe3191ff501028f4839762c (diff)
new gradle plugin and build tools
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle5
1 files changed, 2 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle
index 6fed505e..68dfe62b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -6,7 +6,7 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:1.3.0'
+ classpath 'com.android.tools.build:gradle:1.5.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
@@ -17,13 +17,12 @@ allprojects {
repositories {
jcenter()
mavenCentral()
- maven { url 'http://guardian.github.com/maven/repo-releases' }
}
}
ext {
compileSdkVersion = 23
- buildToolsVersion = "23.0.1"
+ buildToolsVersion = "23.0.2"
}
subprojects { subproject ->
afterEvaluate{